版本
This commit is contained in:
parent
ed7e3505ee
commit
5d3da9d75d
@ -256,6 +256,8 @@ mui.plusReady(function() {
|
||||
var isMiaosha = self.isMiaosha;
|
||||
var MiaoshaSaleSpec = self.MiaoshaSaleSpec;
|
||||
var specsId = '';
|
||||
console.log(self.from_id)
|
||||
console.log(self)
|
||||
from_id = self.from_id?self.from_id:0;
|
||||
// //console.log(isMiaosha)
|
||||
// isMiaosha = 1;
|
||||
|
@ -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});
|
||||
})
|
||||
|
@ -58,7 +58,7 @@ mui.plusReady(function() {
|
||||
}
|
||||
});
|
||||
|
||||
$('body').on('tap', '.footer_btn', function() {
|
||||
$('body').on('tap', '.footer', function() {
|
||||
mui.openWindow({
|
||||
url: 'editAddress.html',
|
||||
id: 'editAddress.html',
|
||||
|
Loading…
x
Reference in New Issue
Block a user