#
whycq
2023-11-22 3913b3c5c8cde03f8c92d1c738d28c4a9bae7e55
pages/login/login.vue
@@ -75,7 +75,6 @@
            let that = this;
            uni.getSystemInfo({
               success: (res) => {
                  console.log(res.platform);
                  //检测当前平台,如果是安卓则启动安卓更新  
                  if (res.platform == "android") {
                     that.AndroidCheckUpdate();