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