Ver código fonte

提交代码~

release/210823_需求对对碰
王饶冀 3 anos atrás
pai
commit
b1d4d3cdda

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

@@ -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 Ver arquivo

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

Carregando…
Cancelar
Salvar