|
|
@@ -90,7 +90,7 @@ export default {
|
|
|
mounted() {
|
|
|
// 二维码
|
|
|
this.creatQrCode();
|
|
|
- this.toastLoading(0, '生成中...', true);
|
|
|
+ // this.toastLoading(0, '生成中...', true);
|
|
|
// 使用Promise.all确保所有图片加载完成
|
|
|
const photos = this.reportTarget.photos;
|
|
|
const photoPromises = [];
|
|
|
@@ -107,7 +107,7 @@ export default {
|
|
|
.then((photosArr) => {
|
|
|
this.photosData = photosArr;
|
|
|
this.$nextTick(async () => {
|
|
|
- await this.htmlToCanvas();
|
|
|
+ // await this.htmlToCanvas();
|
|
|
});
|
|
|
})
|
|
|
.catch((error) => {
|
|
|
@@ -197,7 +197,6 @@ export default {
|
|
|
colorLight: '#ffffff',
|
|
|
correctLevel: QRCode.CorrectLevel.H,
|
|
|
});
|
|
|
- let logo = '../assets/logo1.png';
|
|
|
},
|
|
|
},
|
|
|
};
|
|
|
@@ -209,7 +208,7 @@ export default {
|
|
|
overflow: hidden;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
- // z-index: -1;
|
|
|
+ z-index: 11;
|
|
|
|
|
|
.share-content {
|
|
|
background: url('../assets/shareBack.png') no-repeat center center;
|