Эх сурвалжийг харах

【Add】产品下架提醒

liuxiangxin 6 сар өмнө
parent
commit
382c61f847

+ 5 - 0
pages/product/index.vue

@@ -294,6 +294,11 @@
 						this.productInfo = re.data;
 						//设置默认sku
 						this.sku_id = 0;
+					}else{
+						uni.showModal({
+							content:re.msg,
+							showCancel:false,
+						})
 					}
 				});		
 			};