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