修改收益页面刷新,布局
This commit is contained in:
parent
4217da241d
commit
f78ba226f9
@ -98,6 +98,15 @@ public class MyArnActivity extends AbsOTOActivity {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
page = 1;
|
||||
refreshMyArn();
|
||||
}
|
||||
|
||||
private void refreshMyArn() {
|
||||
OTONetManager.getInstance(mContext).getFriendAppMoneyLogModel("3", "1", page, new HttpCallback<List<FriendAppMoneyLogModel>>() {
|
||||
@Override
|
||||
@ -140,7 +149,7 @@ public class MyArnActivity extends AbsOTOActivity {
|
||||
ToastUtil.show(error);
|
||||
}
|
||||
});
|
||||
refreshMyArn();
|
||||
// refreshMyArn();
|
||||
}
|
||||
|
||||
private void onConversationListLoadMore() {
|
||||
|
@ -62,6 +62,7 @@
|
||||
android:id="@+id/money"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="9dp"
|
||||
android:ellipsize="end"
|
||||
android:maxEms="5"
|
||||
android:singleLine="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user