Преглед изворни кода

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

release/210823_需求对对碰
王饶冀 пре 3 година
родитељ
комит
86c822caa5
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2
    1
      pages/msgModule/wechat2/wechat2.js

+ 2
- 1
pages/msgModule/wechat2/wechat2.js Прегледај датотеку

@@ -382,7 +382,8 @@ Page({
list.push(temp);
this.setData({
newsList: list,
input: null
input: null,
inputShowed: true,
})

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

Loading…
Откажи
Сачувај