소스 검색

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…
취소
저장