소스 검색

提交代码~

release/210823_需求对对碰
王饶冀 3 년 전
부모
커밋
b1d4d3cdda
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    1
      pages/msgModule/wechat2/wechat2.js
  2. 1
    1
      pages/msgModule/wechat2/wechat2.wxml

+ 2
- 1
pages/msgModule/wechat2/wechat2.js 파일 보기

@@ -323,7 +323,8 @@ Page({
wx.closeSocket();
console.log('连接断开');
},
emotionChange: function () {
emotionChange() {
console.log(`测试打开表情`)
this.setData({
emotionVisible: !this.data.emotionVisible
})

+ 1
- 1
pages/msgModule/wechat2/wechat2.wxml 파일 보기

@@ -87,7 +87,7 @@
placeholder=""
bindconfirm="send"
/>
<image class="expression-msg-img" src="/images/home/expression-msg-icon.png" />
<image class="expression-msg-img" src="/images/home/expression-msg-icon.png" bind:tap="emotionChange"/>
<image class="img-msg-img" src="/images/home/img-msg-icon.png" />
</view>
<view class="emotions" wx:if="{{emotionVisible}}">

Loading…
취소
저장