去掉二维码提示

This commit is contained in:
zhaofang
2022-06-16 10:04:37 +08:00
parent f5a6ea91d2
commit 71230bf79c
2 changed files with 2 additions and 0 deletions

View File

@@ -244,6 +244,7 @@ export default {
height: 150, // 高度
text: this.qrcode // 二维码内容
});
this.qr._el.title = '';
},
showCommentsTotal(total){
this.commentsTtoal=total;

View File

@@ -538,6 +538,7 @@ export default {
// background: '#f0f'
// foreground: '#ff0'
});
this.qr._el.title = '';
},
...mapActions({
getResOwnerTree:'resOwner/getResOwnerTree',