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