Commit ee63910b by 李嘉林

定位

parent 217491a6
...@@ -83,8 +83,8 @@ export default { ...@@ -83,8 +83,8 @@ export default {
_this.offlineStoreReq.latitude = res.latitude; _this.offlineStoreReq.latitude = res.latitude;
_this.offlineStoreReq.longitude = res.longitude; _this.offlineStoreReq.longitude = res.longitude;
// 存缓存 // 存缓存
callback(res);
wx.setStorageSync("locationObj", JSON.stringify(res)); wx.setStorageSync("locationObj", JSON.stringify(res));
callback(res);
}, },
fail: res => { fail: res => {
log.info("++++++++++2++++++", res); log.info("++++++++++2++++++", res);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment