补充提交遗漏代码

This commit is contained in:
chenjuntao
2019-10-31 11:50:49 +08:00
parent 41806eab54
commit 82b6323f72
3 changed files with 21 additions and 2 deletions

View File

@ -85,7 +85,7 @@ public class WebActivity extends NormalActivity {
public static Intent getBindWechatIntent(Context context) {
Bundle bundle = new Bundle();
bundle.putString(EntranceUtils.KEY_URL, "http://192.168.4.63:8080/test.html");
bundle.putBoolean(WebFragment.KEY_ISTOOLS, true);
bundle.putBoolean(WebFragment.KEY_IS_BIND_WECHAT, true);
return getTargetIntent(context, WebActivity.class, WebFragment.class, bundle);
}