|
|
@@ -525,7 +525,7 @@ export default {
|
|
|
|
|
|
let shopid = urlSafeBase64Encode(encrypt(uni.getStorageSync('shopId').toString()))
|
|
|
let shopTypeId = urlSafeBase64Encode(encrypt(uni.getStorageSync('shopTypeId').toString()))
|
|
|
- this.shopQrImg = configurl.APIHOSTsss + '/sqx_fast/invite/shopQr?shopId=' + shopid + '&shopTypeId' + shopTypeId
|
|
|
+ this.shopQrImg = configurl.APIHOSTsss + '/sqx_fast/invite/shopQr?shopId=' + shopid + '&shopTypeId=' + shopTypeId
|
|
|
console.log(this.shopQrImg, 'oooo')
|
|
|
},
|
|
|
//生成私域二维码
|
|
|
@@ -534,7 +534,7 @@ export default {
|
|
|
|
|
|
let shopid = urlSafeBase64Encode(encrypt(uni.getStorageSync('shopId').toString()))
|
|
|
let shopTypeId = urlSafeBase64Encode(encrypt(uni.getStorageSync('shopTypeId').toString()))
|
|
|
- this.shopQrImgSphere = configurl.APIHOSTsss + '/sqx_fast/invite/shopQr2?shopId=' + shopid + '&shopTypeId' + shopTypeId
|
|
|
+ this.shopQrImgSphere = configurl.APIHOSTsss + '/sqx_fast/invite/shopQr2?shopId=' + shopid + '&shopTypeId=' + shopTypeId
|
|
|
console.log(this.shopQrImgSphere, 'oooo——Sphere')
|
|
|
},
|
|
|
//跳转用户端
|