소스 검색

no message

xiaoxin 11 달 전
부모
커밋
37a5119ecc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/my/index.vue

+ 2 - 2
pages/my/index.vue

@@ -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')
 		},
 		//跳转用户端