Selaa lähdekoodia

提交代码~

release/210823_需求对对碰
王饶冀 3 vuotta sitten
vanhempi
commit
b1d4d3cdda
2 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 2
    1
      pages/msgModule/wechat2/wechat2.js
  2. 1
    1
      pages/msgModule/wechat2/wechat2.wxml

+ 2
- 1
pages/msgModule/wechat2/wechat2.js Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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…
Peruuta
Tallenna