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