Sfoglia il codice sorgente

feat:放开推广码

zhanghui 2 anni fa
parent
commit
2c170e62b0
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      pages/index/index.vue

+ 2 - 2
pages/index/index.vue

@@ -294,7 +294,7 @@
 				storeName: '',
 				currService: null,
 				qqMap:new QQMapWX({key: 'ZIABZ-543WB-747UM-JL5Y7-NDS4E-HWB4M',vm: this}),
-				qrcodeUrl:'https://jje.admin.xinyuekj.com.cn/recharge/recharge?promotionStoreId={promotionStoreId}&techNo={techNo}',
+				qrcodeUrl:'https://jje.admin.xinyuekj.com.cn/recharge/recharge?storeId={promotionStoreId}&techNo={techNo}',
 				options: {
 					// 指定二维码前景,一般可在中间放logo
 					foregroundImageSrc: '/static/logo.png'
@@ -332,7 +332,7 @@
 					this.qrcodeUrl = this.qrcodeUrl.replace(regexp, data[key]); // 执行替换操作
 				}
 				console.log('++++qrcodeUrl+++++',this.qrcodeUrl)
-				// this.$refs.promotionPopup.open()
+				this.$refs.promotionPopup.open()
 			},
 
 			closeReminderPopup(){