update bug

This commit is contained in:
cmxdd
2020-08-06 11:48:45 +08:00
parent e67e2fe701
commit 04a4ed523f
3 changed files with 70 additions and 16 deletions

View File

@@ -33,7 +33,7 @@
<view class="info">
<image></image>
<view class="center">
<view class="name">{{item.member_nickname}}</view>
<view class="name">{{item.member_nickname}}回复了{{info.reply_member_nickname}}</view>
<view class="time">{{item.create_time}}</view>
</view>
<view class="btn" @click="showreply(item.id)">回复</view>
@@ -101,6 +101,8 @@ export default {
} else {
this.pid = "";
this.content = "";
this.getdetail();
this.showChat = false
this.$refs.uToast.show({
title: res.message,
type: 'success'