Commit 6572ab346f85f4817f70ac4009cdc1b88badddc1
1 parent
abff86b8
商品详情优化
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
@@ -3045,11 +3045,11 @@ Page({ | @@ -3045,11 +3045,11 @@ Page({ | ||
3045 | is_gps: "3" | 3045 | is_gps: "3" |
3046 | }); | 3046 | }); |
3047 | } | 3047 | } |
3048 | - | ||
3049 | th.data.is_get_local_ok = 1; | 3048 | th.data.is_get_local_ok = 1; |
3050 | } | 3049 | } |
3051 | }) | 3050 | }) |
3052 | }else{ | 3051 | }else{ |
3052 | + th.data.is_get_local_ok = 1; | ||
3053 | th.get_sto(); | 3053 | th.get_sto(); |
3054 | } | 3054 | } |
3055 | 3055 |