调整支付,调整版本热更
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user