Explorar el Código

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

release/210823_需求对对碰
王饶冀 hace 3 años
padre
commit
86c822caa5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      pages/msgModule/wechat2/wechat2.js

+ 2
- 1
pages/msgModule/wechat2/wechat2.js Ver fichero

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

Cargando…
Cancelar
Guardar