|
|
@@ -16,6 +16,7 @@ import com.sheep.gamegroup.model.entity.TaskAuditEntity;
|
|
|
import com.sheep.gamegroup.util.CommonUtil;
|
|
|
import com.sheep.gamegroup.util.DataUtil;
|
|
|
import com.sheep.gamegroup.util.ViewUtil;
|
|
|
+import com.sheep.gamegroup.view.activity.ActMain;
|
|
|
import com.sheep.gamegroup.view.adapter.TitleFragmentListAdapter;
|
|
|
import com.sheep.jiuyan.samllsheep.R;
|
|
|
import com.sheep.jiuyan.samllsheep.base.BaseFragment;
|
|
|
@@ -88,9 +89,15 @@ public class FgtMainAudit extends BaseFragment {
|
|
|
public void onViewCreated() {
|
|
|
activity = getActivity();
|
|
|
EventBus.getDefault().register(this);
|
|
|
- TitleBarUtils.getInstance()
|
|
|
- .setTitle(mView, "审核中心")
|
|
|
- .setTitleListen(mView, 0, null);
|
|
|
+ if(activity instanceof ActMain){
|
|
|
+ TitleBarUtils.getInstance()
|
|
|
+ .setTitle(mView, "审核中心")
|
|
|
+ .setTitleListen(mView, 0, null);
|
|
|
+ } else {
|
|
|
+ TitleBarUtils.getInstance()
|
|
|
+ .setTitle(mView, "审核中心")
|
|
|
+ .setTitleFinish(mView, activity);
|
|
|
+ }
|
|
|
|
|
|
my_money_dingxiang_amount_iv.setOnClickListener(new View.OnClickListener() {
|
|
|
@Override
|