升级弹窗

This commit is contained in:
jia 2023-09-13 10:01:41 +08:00
parent 65d6783046
commit 7581b54540
5 changed files with 968 additions and 954 deletions

View File

@ -9,8 +9,8 @@ let httpApiThree
// 网络接口修改此字符 小程序域名要求https
// let httpApi = 'http://192.168.31.110:8324' // 测试
if (process.env.NODE_ENV === "development") {
httpApi = 'https://shop.lihaink.cn' // 生产
// httpApi = "https://crmeb-test.shop.lihaink.cn"
// httpApi = 'https://shop.lihaink.cn' // 生产
httpApi = "https://crmeb-test.shop.lihaink.cn"
// httpApi = "http://192.168.0.222"
// httpApi = "http://192.168.0.108:8325"
// httpApi = 'http://192.168.0.108:8325'

View File

@ -370,7 +370,7 @@
mer_avatar: this.images[1].img,
mini_banner: this.images[2].img,
mer_certificate: this.images[3].img,
delivery_way: this.delivery_way,
delivery_way: [1,2],
mer_take_name: this.takeName,
mer_take_phone: this.takePhone,
mer_take_address: this.detailSite,

File diff suppressed because one or more lines are too long

View File

@ -230,6 +230,7 @@
})
return
}
feedback({
type: this.qsArray[this.qsIndex].feedback_category_id,
content: this.con,
@ -238,6 +239,9 @@
contact: this.phone
}).then(res => {
this.isShowbox = true
uni.redirectTo({
url:'/pages/user/index'
})
}).catch(error => {
this.$util.Tips({
title: error

View File

@ -126,9 +126,9 @@ const actions = {
if (Object.keys(res.data.appInfo).length > 0) {
if(res.data.appInfo.version) uni.showLoading({
title: '检查更新中'
})
// if(res.data.appInfo.version) uni.showLoading({
// title: '检查更新中'
// })
// 版本更新
if (compareVersions(res.data.appInfo.version, os.appWgtVersion || wgt_v) == 1 &&
@ -148,7 +148,7 @@ const actions = {
} catch (e) {
console.log(e);
}
uni.hideLoading();
// uni.hideLoading();
}
}