'助购列表页面功能实现'

This commit is contained in:
2019-09-23 15:07:29 +08:00
parent cda15842da
commit 0422d4982c
7 changed files with 135 additions and 30 deletions

View File

@ -328,5 +328,5 @@ mui("body").on('tap', '.bc_img', function() {
var goodsId = $(this).attr('data-goodsId');
var shopId = $(this).parent().parent().attr('data-shopId');
var goodsType=$(this).attr('data-goodsType')
JZL.openWindow('details.html', 'details.html' + goodsId, {data_id: goodsId,shopId: shopId,goodsType : goodsType, from_id:3});
JZL.openWindow('details.html', 'details.html' + goodsId, {data_id: goodsId,shopId: shopId,goodsType : 3, from_id:3});
})