[去掉所有console和替换所有积分换成贡献值]
This commit is contained in:
@@ -224,11 +224,9 @@
|
||||
}
|
||||
data.store_id = ''
|
||||
}
|
||||
console.log(data)
|
||||
// 快递单继续沿用之前的信息
|
||||
if (data.type === '1') {
|
||||
mallWarrantsSure(data).then(res => {
|
||||
console.log(res)
|
||||
this.$refs.uToast.show({
|
||||
title: res,
|
||||
type: 'error',icon:false,
|
||||
@@ -250,7 +248,6 @@
|
||||
// 提货或者服务单生成二维码
|
||||
else {
|
||||
mallWarrantsQrcode(data).then(res => {
|
||||
console.log(res)
|
||||
this.showCodeImg = res.code
|
||||
// uni.setStorageSync('refresh', true)
|
||||
this.showCode = true
|
||||
|
||||
Reference in New Issue
Block a user