送洗显示信息

This commit is contained in:
2020-09-10 10:00:04 +08:00
parent fe60d5a1cf
commit d79e38e44c
2 changed files with 18 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
</view>
<view class="comment-container" v-if="isShow">
<view v-for="(item, index) in evalueList" :key="index" class="itme">
<comment :reply="true" :content="item" v-if="isShow"></comment>
<comment :reply="true" :content="item"></comment>
</view>
<u-empty text="暂无评价" mode="list" v-if="!evalueList.length" margin-top="120" color="#333"></u-empty>
</view>
@@ -25,7 +25,7 @@ export default {
evaluateSpec: {},
loadStatus: 'loadmore',
timer: true,
isShow: false,
isShow: false, // 是否显示组建
}
},
components: {