'商铺内需要优惠率过滤商品'

This commit is contained in:
Jerry Yan 2019-10-18 16:49:46 +08:00
parent 09e1e7da0e
commit c683472281
2 changed files with 2 additions and 1 deletions

View File

@ -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');
} }

View File

@ -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