master
xy 3 years ago
parent 3b280cc1b3
commit 2775d6b1f6

@ -454,16 +454,19 @@
// })
// return
// }
this.saveSku().then(res => {
this.type = 2
this.isShowImg = true
}).catch(err => {
console.log(err);
uni.showToast({
icon: 'none',
title: '请重试'
})
})
// this.saveSku().then(res => {
// this.type = 2
// this.isShowImg = true
// }).catch(err => {
// console.log(err);
// uni.showToast({
// icon: 'none',
// title: ''
// })
// })
this.type = 2
this.isShowImg = true
},
//退

Loading…
Cancel
Save