'商铺内需要优惠率过滤商品'
This commit is contained in:
parent
09e1e7da0e
commit
c683472281
@ -341,7 +341,7 @@ function getLocation(callback) {
|
|||||||
callback(obj);
|
callback(obj);
|
||||||
}, {
|
}, {
|
||||||
//超时未获取到经纬度信息 执行失败回调 (默认为5秒)
|
//超时未获取到经纬度信息 执行失败回调 (默认为5秒)
|
||||||
timeout: 3000
|
timeout: 10000
|
||||||
});
|
});
|
||||||
//JZL.saveItems('.user_pos', 'user_pos');
|
//JZL.saveItems('.user_pos', 'user_pos');
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,7 @@ function pullupRefresh() {
|
|||||||
nowpage += 1
|
nowpage += 1
|
||||||
mui.ajax(qlgUrl('app/Shopping/getShopIndexGoodsList'), {
|
mui.ajax(qlgUrl('app/Shopping/getShopIndexGoodsList'), {
|
||||||
data: {
|
data: {
|
||||||
|
from_id,
|
||||||
page: nowpage,
|
page: nowpage,
|
||||||
PerPage: 10,
|
PerPage: 10,
|
||||||
shopId: shopId
|
shopId: shopId
|
||||||
|
Loading…
x
Reference in New Issue
Block a user