You've already forked qlg.frontend
版本
This commit is contained in:
@ -108,7 +108,7 @@ mui.plusReady(function() {
|
||||
|
||||
mui('.con').on('tap', '.bc_img', function() {
|
||||
var goodsId = $(this).attr('data-goodsId');
|
||||
JZL.openWindow('details.html', 'details.html' + goodsId, {data_id: goodsId});
|
||||
JZL.openWindow('details.html', 'details.html' + goodsId, {data_id: goodsId, from_id:1});
|
||||
})
|
||||
function getShopList(nowPage, pageSize) {
|
||||
|
||||
@ -185,7 +185,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: 1});
|
||||
})
|
||||
})
|
||||
|
||||
@ -324,5 +324,5 @@ $(".header").on('tap', '.search button', function(e) {
|
||||
mui("body").on('tap', '.bc_img', function() {
|
||||
var goodsId = $(this).attr('data-goodsId');
|
||||
var shopId = $(this).parent().parent().attr('data-shopId');
|
||||
JZL.openWindow('details.html', 'details.html' + goodsId, {data_id: goodsId,shopId: shopId});
|
||||
JZL.openWindow('details.html', 'details.html' + goodsId, {data_id: goodsId,shopId: shopId, from_id:1});
|
||||
})
|
||||
|
Reference in New Issue
Block a user