Commit 8e390e68 by 罗翻

修复部分bug

parent 7c6315ab
...@@ -235,5 +235,6 @@ public class ProcessOrderPresenter extends ProcessOrderContract.Presenter { ...@@ -235,5 +235,6 @@ public class ProcessOrderPresenter extends ProcessOrderContract.Presenter {
bundle.putInt(Constants.ID, mDetail.get().getSpuId()); bundle.putInt(Constants.ID, mDetail.get().getSpuId());
mView.startActivity(ServerInstructionActivity.class, bundle); mView.startActivity(ServerInstructionActivity.class, bundle);
MobclickAgent.onEvent(BaseApplication.getContext(), "check_serverInstruction"); MobclickAgent.onEvent(BaseApplication.getContext(), "check_serverInstruction");
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment