邓洁 : 注释log

This commit is contained in:
邓洁
2023-12-05 10:48:27 +08:00
parent 20f56b5d8d
commit 0612840cdc
27 changed files with 235 additions and 229 deletions

View File

@@ -97,7 +97,7 @@
...this.submitForm,
uid: uni.getStorageSync('uid')
}
console.log('成', data);
// console.log('成', data);
this.$api.toBePartner(data).then(res => {
if (res.data.msg == "提交成功") {
this.show = true
@@ -105,7 +105,7 @@
})
}
} else if (this.member == 2) {
console.log('联系客服');
// console.log('联系客服');
}
}
}