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