避免从店铺进来就没有助购了

This commit is contained in:
2019-10-09 19:49:01 +08:00
parent 7787397ea0
commit 2a368763fb
8 changed files with 14 additions and 5 deletions

View File

@ -188,7 +188,7 @@ mui.plusReady(function() {
// var goodsId = $(this).attr('data-goodsId');
var shopName = $(this).attr("data-shopName");
var shopId = $(this).attr("data-shopId");
JZL.openWindow('storeout.html', 'storeout.html', {shopName: shopName,shopId: shopId});
JZL.openWindow('storeout.html', 'storeout.html', {shopName: shopName,shopId: shopId,from_id:from_id});
})
})