[去掉所有console和替换所有积分换成贡献值]
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
methods: {
|
||||
getLogistic(no) {
|
||||
mallShipmentsLogistic(no).then(res => {
|
||||
console.log(res)
|
||||
this.list = res.logistics
|
||||
this.express = res.express
|
||||
this.loaded = true
|
||||
@@ -65,8 +64,6 @@
|
||||
uni.setClipboardData({
|
||||
data: no,
|
||||
success: res=>{
|
||||
console.log('success');
|
||||
console.log(res)
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user