点击评论框后,直接弹出键盘
This commit is contained in:
@@ -157,8 +157,8 @@
|
||||
commentQuery: {},
|
||||
sendDisplay: true,
|
||||
num: 1,
|
||||
userInfoQuery:{},
|
||||
administrators:false,
|
||||
userInfoQuery: {},
|
||||
administrators: false
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
@@ -194,9 +194,9 @@
|
||||
},
|
||||
methods: {
|
||||
...mapGetters(['userInfo']),
|
||||
scrolling() {
|
||||
this.isDisplay = false
|
||||
},
|
||||
// scrolling() {
|
||||
// this.isDisplay = false
|
||||
// },
|
||||
handleonmousedown(e) {
|
||||
if (e.srcElement.type == 'textarea' || e.target.type == 'textarea') {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user