police
This commit is contained in:
parent
2cfab8f0e5
commit
a2385c5632
|
@ -25,11 +25,11 @@
|
||||||
<view class="exit" v-for="item in starRating" :key="item.snowFlakeId" @click="Onrating(item.name, item.snowFlakeId)">
|
<view class="exit" v-for="item in starRating" :key="item.snowFlakeId" @click="Onrating(item.name, item.snowFlakeId)">
|
||||||
<view class="exitItem">
|
<view class="exitItem">
|
||||||
<text style="margin-left: 30rpx; font-size: 16px">
|
<text style="margin-left: 30rpx; font-size: 16px">
|
||||||
<text>{{ item.name }}({{ item.totalScore }}分) </text>
|
<text>{{ item.name }}({{ item?.totalScore }}分) </text>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view style="margin-right: 30rpx; display: flex; align-items: center">
|
<view style="margin-right: 30rpx; display: flex; align-items: center">
|
||||||
<view v-if="item.currentScore > 0" style="color: #ff0000"> -{{ item.currentScore }}</view>
|
<view v-if="item.currentScore > 0" style="color: #ff0000"> -{{ item?.currentScore }}</view>
|
||||||
<IconFont name="arrow-right"></IconFont>
|
<IconFont name="arrow-right"></IconFont>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue