You've already forked qlg.frontend
修复不能添加到购物车
This commit is contained in:
@ -662,10 +662,6 @@ mui.plusReady(function() {
|
||||
} else {
|
||||
alert('请选择商品分类!');
|
||||
return
|
||||
}
|
||||
if(goodsType==2 & from_id!=3 & $(this).hasClass('engwc')) {
|
||||
mui.alert ("助微吧商品不能加入购物车")
|
||||
return;
|
||||
}
|
||||
// //console.log(arry_str)
|
||||
// //console.log(goodsSpecId)
|
||||
@ -812,7 +808,7 @@ mui.plusReady(function() {
|
||||
})
|
||||
$('.footer').on('tap', '#storebtn', function() {
|
||||
var shopId = this.attributes["data-shopId"].nodeValue;
|
||||
JZL.openWindow('storeout.html','storeout.html'+ shopId,{shopId: shopId,shopName:shopName});
|
||||
JZL.openWindow('storeout.html','storeout.html'+ shopId,{shopId: shopId,shopName:shopName, from_id: from_id});
|
||||
})
|
||||
$('.con').on('tap', '.shop_title p', function() {
|
||||
var shopId = this.attributes["data-shopId"].nodeValue;
|
||||
|
Reference in New Issue
Block a user