This commit is contained in:
2020-07-10 17:38:21 +08:00
parent 66f21e230a
commit 7cff88b5d6
11 changed files with 215 additions and 116 deletions

View File

@@ -8,13 +8,13 @@
<image v-for="(url, index) in item.fb_images" :key="index" :src="url"></image>
</view>
</view>
<view class="reply">
<view class="reply" v-if="item.is_reply">
<view class="reply-title">后台回复</view>
<view class="reply-content u-line-4">{{ item.reply_content }}</view>
</view>
<view class="date">
<image src="../static/mine/26.png"></image>
<view>{{ reply_time }}</view>
<view>{{ item.fb_time }}</view>
</view>
</view>
<u-empty text="暂无意见" mode="list" color="#000000" icon-size="90" margin-top="300" v-if="!feedbackList.length"></u-empty>
@@ -56,6 +56,7 @@ export default {
.complaints-box {
padding: 30rpx;
background-color: #ffffff;
margin-bottom: 20rpx;
.suggestions {
.text {
font-size: 26rpx;