| | |
| | | if(shopId){ |
| | | if(this.userInfo&& this.userInfo.id){ |
| | | try{ |
| | | let res = await this.$u.api.bindShopInfo({ code }) |
| | | let res = await this.$u.api.bindShopInfo({ recId: shopId }) |
| | | if(res.code != 200){ |
| | | await this.$store.commit('setRecShopId',shopId) |
| | | } |
| | |
| | | isHighAccuracy: true, |
| | | success: function (addr) { |
| | | const locParam = { latitude: addr.latitude, longitude: addr.longitude }; |
| | | // HEIBZ-QJLLM-SZ36X-6ZBHI-S6Y2J-S6FND |
| | | const qqmapsdk = new QQMapWX({ |
| | | key: 'HEIBZ-QJLLM-SZ36X-6ZBHI-S6Y2J-S6FND' |
| | | key: 'WE3BZ-HN6WS-ONDOH-62QCV-MNL6F-5NFNE' |
| | | }); |
| | | console.log(locParam) |
| | | qqmapsdk.reverseGeocoder({ |