|
@@ -77,7 +77,7 @@
|
|
|
</view> -->
|
|
|
<!-- 发送消息 -->
|
|
|
<view class="text_input_mount" @click="send">
|
|
|
- <image style="width: 60%; height: 60%;" mode="aspectFill" src="/static/tabBar/icon_issue01.png"></image>
|
|
|
+ <image style="width: 50%; height: 53%;" mode="aspectFill" src="/static/tabBar/icon_issue01.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -241,7 +241,7 @@
|
|
|
this.scrollTop = e.detail.scrollTop
|
|
|
},
|
|
|
send() {
|
|
|
- if (this.pam.goodsId && this.$store.state.user.userId) {
|
|
|
+ if (this.pam.goodsId && this.$store.state.user.userId && this.message) {
|
|
|
api.postJson('/user/talk/send', {
|
|
|
message: this.message,
|
|
|
userId: this.$store.state.user.userId,
|