Commit 3595394824354e64ab3cbb86ba466bf173de6c4f
1 parent
52ce8aee
三方聊天界面发送按钮
Showing
1 changed file
with
2 additions
and
2 deletions
uniapp-wuduhuajiao/pages/meeting/meeting.nvue
| ... | ... | @@ -102,8 +102,8 @@ |
| 102 | 102 | </scroll-view> |
| 103 | 103 | <view class="bottom-input"> |
| 104 | 104 | <input class="input" placeholder="想说点什么?" placeholder-style="color:#fff" v-model="messageContent" |
| 105 | - @confirm="sendMessage" :confirm-hold="true" /> | |
| 106 | - <button class="btn submit-btn">发送</button> | |
| 105 | + :confirm-hold="true" /> | |
| 106 | + <button class="btn submit-btn" v-if="messageContent" @click="sendMessage">发送</button> | |
| 107 | 107 | </view> |
| 108 | 108 | </view> |
| 109 | 109 | </view> | ... | ... |