升级弹窗
This commit is contained in:
parent
65d6783046
commit
7581b54540
@ -9,8 +9,8 @@ let httpApiThree
|
|||||||
// 网络接口修改此字符 小程序域名要求https
|
// 网络接口修改此字符 小程序域名要求https
|
||||||
// let httpApi = 'http://192.168.31.110:8324' // 测试
|
// let httpApi = 'http://192.168.31.110:8324' // 测试
|
||||||
if (process.env.NODE_ENV === "development") {
|
if (process.env.NODE_ENV === "development") {
|
||||||
httpApi = 'https://shop.lihaink.cn' // 生产
|
// httpApi = 'https://shop.lihaink.cn' // 生产
|
||||||
// httpApi = "https://crmeb-test.shop.lihaink.cn"
|
httpApi = "https://crmeb-test.shop.lihaink.cn"
|
||||||
// httpApi = "http://192.168.0.222"
|
// httpApi = "http://192.168.0.222"
|
||||||
// httpApi = "http://192.168.0.108:8325"
|
// httpApi = "http://192.168.0.108:8325"
|
||||||
// httpApi = 'http://192.168.0.108:8325'
|
// httpApi = 'http://192.168.0.108:8325'
|
||||||
|
@ -370,7 +370,7 @@
|
|||||||
mer_avatar: this.images[1].img,
|
mer_avatar: this.images[1].img,
|
||||||
mini_banner: this.images[2].img,
|
mini_banner: this.images[2].img,
|
||||||
mer_certificate: this.images[3].img,
|
mer_certificate: this.images[3].img,
|
||||||
delivery_way: this.delivery_way,
|
delivery_way: [1,2],
|
||||||
mer_take_name: this.takeName,
|
mer_take_name: this.takeName,
|
||||||
mer_take_phone: this.takePhone,
|
mer_take_phone: this.takePhone,
|
||||||
mer_take_address: this.detailSite,
|
mer_take_address: this.detailSite,
|
||||||
|
File diff suppressed because one or more lines are too long
@ -230,6 +230,7 @@
|
|||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
feedback({
|
feedback({
|
||||||
type: this.qsArray[this.qsIndex].feedback_category_id,
|
type: this.qsArray[this.qsIndex].feedback_category_id,
|
||||||
content: this.con,
|
content: this.con,
|
||||||
@ -238,6 +239,9 @@
|
|||||||
contact: this.phone
|
contact: this.phone
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.isShowbox = true
|
this.isShowbox = true
|
||||||
|
uni.redirectTo({
|
||||||
|
url:'/pages/user/index'
|
||||||
|
})
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
this.$util.Tips({
|
this.$util.Tips({
|
||||||
title: error
|
title: error
|
||||||
|
@ -126,9 +126,9 @@ const actions = {
|
|||||||
if (Object.keys(res.data.appInfo).length > 0) {
|
if (Object.keys(res.data.appInfo).length > 0) {
|
||||||
|
|
||||||
|
|
||||||
if(res.data.appInfo.version) uni.showLoading({
|
// if(res.data.appInfo.version) uni.showLoading({
|
||||||
title: '检查更新中'
|
// title: '检查更新中'
|
||||||
})
|
// })
|
||||||
|
|
||||||
// 版本更新
|
// 版本更新
|
||||||
if (compareVersions(res.data.appInfo.version, os.appWgtVersion || wgt_v) == 1 &&
|
if (compareVersions(res.data.appInfo.version, os.appWgtVersion || wgt_v) == 1 &&
|
||||||
@ -148,7 +148,7 @@ const actions = {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
}
|
}
|
||||||
uni.hideLoading();
|
// uni.hideLoading();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user