admin
2021-05-22 3595485efbfeb0db8c0e719e34aac022af284754
app/src/main/java/com/tejia/lijin/app/ui/main/MainActivity.java
@@ -283,20 +283,6 @@
        registeredOPPOId();//上传OPPO_RegId
//        onPush_OFF_NO();//检测是否打开推送
        registeredVIVOId();//上传VIVO_RegId
        tv_msg_num2.postDelayed(new Runnable() {
            @Override
            public void run() {
                //测试
                Bundle bundle = new Bundle();
                bundle.putString("goodsId", "19711731038");
                bundle.putString("goodsType", 1+"");
                startActivity(new Intent(getApplicationContext(), GoodsDetailActivity.class).putExtras(bundle));
            }
        },5000);
    }
    private void choiceTab(Integer tab, Integer subTab) {