提交
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<view class="leve1 flex_box">
|
||||
<text style="font-size: 30rpx; font-weight: blod; flex: 1;">{{item.title}}</text>
|
||||
<template v-if="item.otherInfo.userNoCount > 0">
|
||||
<text v-if="item.otherInfo.userNoCount > 0 && item.scoreSuccess <= 1" class="red light_text">{{item.otherInfo.userNoCount}}</text>
|
||||
<text v-if="item.otherInfo.userNoCount > 0" class="red light_text">{{item.otherInfo.userNoCount}}</text>
|
||||
<!-- <text v-if="item.otherInfo.userNoCount > 0 && item.scoreSuccess >= 2" class="blue light_text">{{item.otherInfo.userNoCount}}</text> -->
|
||||
<!-- <text v-else class="score" style="padding-left: 10rpx;">{{item.score}}'</text> -->
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user