baijunde 9 сар өмнө
parent
commit
186f2f93dc

+ 8 - 0
pages/product/index.vue

@@ -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 = []
 						}
 					})
 			},