升级69版
This commit is contained in:
@@ -552,15 +552,15 @@ public class HomeFragment extends BaseFragment {
|
||||
startActivity(in4);
|
||||
break;
|
||||
case 3:
|
||||
// Intent in5 = new Intent(con, WebActivity.class);
|
||||
// in5.putExtra("url", "https://ks.wjx.top/vm/h6Jqu8A.aspx");
|
||||
// in5.putExtra("title", "知识竞猜");
|
||||
// startActivity(in5);
|
||||
Intent in5 = new Intent(con, WebActivity.class);
|
||||
in5.putExtra("url", "https://ks.wjx.top/vm/h6Jqu8A.aspx");
|
||||
in5.putExtra("title", "知识竞猜");
|
||||
startActivity(in5);
|
||||
|
||||
Intent in = new Intent(getContext(), WebActivity.class);
|
||||
in.putExtra("url", "http://192.168.1.152:8080");
|
||||
in.putExtra("title", "隐私政策");
|
||||
getContext().startActivity(in);
|
||||
// Intent in = new Intent(getContext(), WebActivity.class);
|
||||
// in.putExtra("url", "http://192.168.1.152:8080");
|
||||
// in.putExtra("title", "隐私政策");
|
||||
// getContext().startActivity(in);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user