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