浏览代码

2024/10/17

xiaol 1 月之前
父节点
当前提交
0a9ad89a3e
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      pages/index/index.vue

+ 0 - 2
pages/index/index.vue

@@ -395,7 +395,6 @@
 						if (appType == "ios") {
 							const getIosUpAppUrl = 'https://itunes.apple.com/cn/lookup?id=6474850968'
 							const iosAppStroeUrl ='https://apps.apple.com/cn/app/%E6%98%93%E8%B6%A3cbb/id6474850968';
-							uni.setStorageSync("showData", true)
 					      uni.request({
 								url: getIosUpAppUrl,
 								method: 'get',
@@ -444,7 +443,6 @@
 									code: versionCode
 								})
 								.then(res => {
-									console.log(res, 'res')
 									if (res.code == 200) {
 										this.setSys(res.data);
 										if (wgtinfo.versionCode < res.data.app_code) {