默认提交
Showing
2 changed files
with
4 additions
and
3 deletions
... | @@ -15,6 +15,7 @@ let base = "https://ow.go.qudone.com/baohui_jewelry_api/h5"; | ... | @@ -15,6 +15,7 @@ let base = "https://ow.go.qudone.com/baohui_jewelry_api/h5"; |
15 | if (location.href.indexOf('://k.wxpai.cn') > 0 || location.href.indexOf('h5.k.wxpai.cn') > 0) { | 15 | if (location.href.indexOf('://k.wxpai.cn') > 0 || location.href.indexOf('h5.k.wxpai.cn') > 0) { |
16 | base = "https://api.k.wxpai.cn/bizproxy/baohui_jewelry_api/h5"; | 16 | base = "https://api.k.wxpai.cn/bizproxy/baohui_jewelry_api/h5"; |
17 | } | 17 | } |
18 | // base = "https://api.k.wxpai.cn/bizproxy/baohui_jewelry_api/h5"; | ||
18 | // let base = COM.baseUrl; | 19 | // let base = COM.baseUrl; |
19 | 20 | ||
20 | // 请求拦截器 | 21 | // 请求拦截器 | ... | ... |
... | @@ -23,9 +23,9 @@ | ... | @@ -23,9 +23,9 @@ |
23 | <div class="shop-detail"> | 23 | <div class="shop-detail"> |
24 | <div class="cTitle shop-detail-title">宝汇珠宝有限公司</div> | 24 | <div class="cTitle shop-detail-title">宝汇珠宝有限公司</div> |
25 | <div class="shop-detail-desc"> | 25 | <div class="shop-detail-desc"> |
26 | <div class="t1">15818886669</div> | 26 | <div class="t1">孙先生</div> |
27 | <div class="t1">天河中山大道西</div> | 27 | <div class="t1">13250271319</div> |
28 | <div class="t1">88866999@qq.com</div> | 28 | <div class="t1">广州市番禺区沙头街大罗村进村路1号</div> |
29 | </div> | 29 | </div> |
30 | </div> | 30 | </div> |
31 | <div class="shop-btn-wrap"> | 31 | <div class="shop-btn-wrap"> | ... | ... |
-
Please register or sign in to post a comment