调整支付,调整版本热更

This commit is contained in:
唐明明
2021-11-02 14:54:41 +08:00
parent a6e97583ee
commit 531b0ab03f
13 changed files with 1668 additions and 933 deletions

View File

@@ -189,14 +189,11 @@
let typeAuth = '',
pathName = ''
if (this.userAuth.certification && this.userAuth.company && this.userAuth.vip) {
if (this.userAuth.company && this.userAuth.vip) {
this.$Router.push({
name: 'goodsManagement'
})
return
} else if (!this.userAuth.certification) {
typeAuth = '暂未完成个人认证,无法发布商品权证'
pathName = 'Personal'
} else if (!this.userAuth.vip) {
typeAuth = '暂未开通平台VIP会员节点无法发布商品权证'
pathName = 'vipIndex'
@@ -284,14 +281,6 @@
this.chains = occData.data
this.categoryArr = occData.tasks
this.help = occData.help
console.log(occData.movement)
// occData.movement.map((val, index) => {
// val.value = index
// return val
// })
this.showCartc(occData.movement)
}).catch(err => {
uni.showToast({