@@ -319,6 +319,7 @@ public class FgtSmallSheep extends BaseCompatFragment implements SmallSheepContr
}
boolean dontShowNewbieTaskDialog = newbie_task_record != null && newbie_task_record.isDontShowNewbieTaskDialog();//默认可以显示对话框
if(dontShowNewbieTaskDialog){
+ newbie_task.setVisibility(View.VISIBLE);
return;
SheepApp.getInstance().getNetComponent().getApiService().getNewbieTask()
@@ -114,9 +114,6 @@ public class WithdrawalAct extends BaseActivity implements WithdrawalContract.Vi
adapter.notifyDataSetChanged();
- TitleBarUtils
- .getInstance()
- .setTitle(activity, ((GridViewEntity)listData.get(position)).getValue().equals("2") ? "首次提现+1.2元" : "提现");
});
showProgress();