You've already forked qlg.frontend
'助购列表页面功能实现'
This commit is contained in:
@ -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});
|
||||
})
|
||||
|
Reference in New Issue
Block a user