@@ -468,6 +468,14 @@
});
this.isSell = false
this.sellProducts = []
+ }else{
+ uni.showToast({
+ title: res.data.message,
+ duration: 2000,
+ icon: 'none'
+ });
+ this.isSell = false
+ this.sellProducts = []
}
})
},