补充提交遗漏代码
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user