Browse Source

1 修复消息发送页发完消息光标失焦问题(真机无法联系发送,需要重新点击输入框才可以继续发送)。

release/210823_需求对对碰
王饶冀 3 years ago
parent
commit
86c822caa5
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      pages/msgModule/wechat2/wechat2.js

+ 2
- 1
pages/msgModule/wechat2/wechat2.js View File

list.push(temp); list.push(temp);
this.setData({ this.setData({
newsList: list, newsList: list,
input: null
input: null,
inputShowed: true,
}) })


console.log(this.data.newsList, 'this.data.newsList') console.log(this.data.newsList, 'this.data.newsList')

Loading…
Cancel
Save