Ver Fonte

【Add】产品下架提醒

liuxiangxin há 6 meses atrás
pai
commit
382c61f847
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      pages/product/index.vue

+ 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,
+						})
 					}
 				});		
 			};