Parcourir la source

提交代码~

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

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

@@ -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 Voir le fichier

@@ -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}}">

Chargement…
Annuler
Enregistrer