[去掉所有console和替换所有积分换成贡献值]
This commit is contained in:
@@ -128,7 +128,6 @@
|
||||
})
|
||||
},
|
||||
priveImg(index,idx){
|
||||
console.log(this.logs[index].pictures);
|
||||
uni.previewImage({
|
||||
current:idx,
|
||||
urls:this.logs[index].pictures
|
||||
@@ -163,7 +162,6 @@
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
mallRefundsDeliver(data).then(res => {
|
||||
console.log(res)
|
||||
this.$refs.uToast.show({
|
||||
title: res,
|
||||
type: 'error',icon:false,
|
||||
|
||||
Reference in New Issue
Block a user