zs пре 2 година
родитељ
комит
df8a8e0963
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      pagesHome/shop/index.vue

+ 2 - 1
pagesHome/shop/index.vue

@@ -141,7 +141,7 @@
 		},
 		},
 		data() {
 		data() {
 			return {
 			return {
-				val: 'https://coding.imweb.io/demo/flex/index.html', // 要生成的二维码值
+				val: '', // 要生成的二维码值
 				size: 300, // 二维码大小
 				size: 300, // 二维码大小
 				unit: 'upx', // 单位
 				unit: 'upx', // 单位
 				background: '#FFFFFF', // 背景色
 				background: '#FFFFFF', // 背景色
@@ -217,6 +217,7 @@
 		onLoad: async function(e) {
 		onLoad: async function(e) {
 			const that = this;
 			const that = this;
 			that.$set(that, `id`, e.id || '');
 			that.$set(that, `id`, e.id || '');
+			that.$set(that, `val`, `https://broadcast.waityou24.cn/shopinfo?id=${e.id}`);
 			await that.watchLogin();
 			await that.watchLogin();
 			await that.search();
 			await that.search();
 			await that.searchOther();
 			await that.searchOther();