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