mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 14:26:43 +08:00
去掉二维码提示
This commit is contained in:
@@ -244,6 +244,7 @@ export default {
|
|||||||
height: 150, // 高度
|
height: 150, // 高度
|
||||||
text: this.qrcode // 二维码内容
|
text: this.qrcode // 二维码内容
|
||||||
});
|
});
|
||||||
|
this.qr._el.title = '';
|
||||||
},
|
},
|
||||||
showCommentsTotal(total){
|
showCommentsTotal(total){
|
||||||
this.commentsTtoal=total;
|
this.commentsTtoal=total;
|
||||||
|
|||||||
@@ -538,6 +538,7 @@ export default {
|
|||||||
// background: '#f0f'
|
// background: '#f0f'
|
||||||
// foreground: '#ff0'
|
// foreground: '#ff0'
|
||||||
});
|
});
|
||||||
|
this.qr._el.title = '';
|
||||||
},
|
},
|
||||||
...mapActions({
|
...mapActions({
|
||||||
getResOwnerTree:'resOwner/getResOwnerTree',
|
getResOwnerTree:'resOwner/getResOwnerTree',
|
||||||
|
|||||||
Reference in New Issue
Block a user