|
@@ -335,7 +335,7 @@
|
|
|
// this.singleQrContent.time = Date.now();
|
|
|
// this.singleQrContent = JSON.stringify(this.singleQrContent);
|
|
|
|
|
|
- // this.singleQrContent = item.qrcodeNo
|
|
|
+ this.singleQrContent = item.qrcodeNo
|
|
|
that.showSingleQrcode();//一加载生成二维码
|
|
|
},
|
|
|
// 展示二维码
|