[去掉所有console和替换所有积分换成贡献值]
This commit is contained in:
@@ -419,7 +419,6 @@
|
||||
}
|
||||
if(authRes.confirm){
|
||||
let goodsId = this.$Route.query.type === 'edit' ? this.$Route.query.id : res
|
||||
console.log(goodsId)
|
||||
this.$Router.push({name: 'goodsAddAuth', params: { id: goodsId , type: 'goodsAdd', edit: this.$Route.query.type === 'edit'}})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -205,7 +205,6 @@
|
||||
}, 3000);
|
||||
},
|
||||
fail: (err) => {
|
||||
console.log('payerr', err)
|
||||
uni.showToast({
|
||||
title: '支付失败',
|
||||
duration: 3000,
|
||||
|
||||
@@ -96,7 +96,6 @@
|
||||
methods: {
|
||||
// picker选择
|
||||
pickerChange(e, key){
|
||||
console.log(key,e.detail.value)
|
||||
this[key] = e.detail.value
|
||||
},
|
||||
// 图片预览
|
||||
|
||||
@@ -127,7 +127,6 @@
|
||||
cancelText : '确定',
|
||||
success : res => {
|
||||
if(res.confirm){
|
||||
console.log(res.confirm)
|
||||
this.$Router.push({name: 'goodsAdd', params: {type: 'edit', id}})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user