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