@@ -112,10 +112,12 @@
// 列表大于2.显示
if( re.data.product_list.length <= 2 ) this.show_more_product = true;
}else{
- uni.showModal({
- content:re.msg,
- showCancel:false,
- })
+ if( re.code != 'no_login' ){
+ uni.showModal({
+ content:re.msg,
+ showCancel:false,
+ })
+ }
}
});
@@ -303,10 +303,12 @@
//设置默认sku
this.sku_id = 0;
};