You need to sign in before continuing.
Commit bd24357b2cff72692e1ffd7450c82ef8182adf1f
1 parent
6040e203
门店
Showing
1 changed file
with
2 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
... | ... | @@ -469,7 +469,7 @@ Page({ |
469 | 469 | } else { |
470 | 470 | //要用接口是获取距离,js的计算不准 |
471 | 471 | getApp().request.promiseGet("/api/weshop/pickup/list", { |
472 | - data: { store_id: os.stoid, pickup_id: e.pickup_id, lat: th.data.lat, lon: th.data.lon }, | |
472 | + data: { store_id: os.stoid, pickup_id: e.pickup_id, lat: th.data.lat, lon: th.data.lon,is_pos:1,isstop:0 }, | |
473 | 473 | }).then(res => { |
474 | 474 | if (res.data.code == 0) { |
475 | 475 | e = res.data.data.pageData[0]; |
... | ... | @@ -2498,6 +2498,7 @@ Page({ |
2498 | 2498 | dd = { |
2499 | 2499 | store_id: o.stoid, |
2500 | 2500 | isstop: 0, |
2501 | + is_pos: 1, | |
2501 | 2502 | pageSize: 2000 |
2502 | 2503 | } |
2503 | 2504 | } | ... | ... |