Parcourir la source

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

release/210823_需求对对碰
王饶冀 il y a 3 ans
Parent
révision
86c822caa5
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      pages/msgModule/wechat2/wechat2.js

+ 2
- 1
pages/msgModule/wechat2/wechat2.js Voir le fichier

@@ -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')

Chargement…
Annuler
Enregistrer