#
whycq
2023-11-22 180d9f9c441b03c95d465b8c694ecf3f1acc6a11
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();