diff --git a/js/mapcommon.js b/js/mapcommon.js index 0bcaa81..042920c 100644 --- a/js/mapcommon.js +++ b/js/mapcommon.js @@ -341,7 +341,7 @@ function getLocation(callback) { callback(obj); }, { //超时未获取到经纬度信息 执行失败回调 (默认为5秒) - timeout: 3000 + timeout: 10000 }); //JZL.saveItems('.user_pos', 'user_pos'); } diff --git a/js/store_commodity.js b/js/store_commodity.js index b92d6cc..76fcab5 100644 --- a/js/store_commodity.js +++ b/js/store_commodity.js @@ -36,6 +36,7 @@ function pullupRefresh() { nowpage += 1 mui.ajax(qlgUrl('app/Shopping/getShopIndexGoodsList'), { data: { + from_id, page: nowpage, PerPage: 10, shopId: shopId