1

parent 96d1bc30
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
</view> </view>
<view class="msg-t" v-if="id && detail.status == 1"> <view class="msg-t" v-if="id && detail.status == 1">
<view class="title">回复人</view> <view class="title">回复人</view>
<view class="hf">{{ detail.operator || "" }}</view> <view class="hf">{{ detail.operator || "" }}</view>
</view> </view>
<view class="msg" v-if="id"> <view class="msg" v-if="id">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment