Commit ae709dfa authored by youjie's avatar youjie

no message

parent aa962f44
......@@ -46,7 +46,7 @@
<view v-for="item in list"
class="opiSurListCenter fz28 PX20 PY20 MT20 MB30 row justify-between">
<view>{{ item.GuestName }}</view>
<view>{{ item.ScoreNum>0?item.ScoreNum:'未评分' }}</view>
<view>{{ item.ScoreNum>0?item.ScoreNum.toFixed(0):'未评分' }}</view>
</view>
<u-empty v-if="list.length==0" text="暂无数据" mode="data" padding-top="20"></u-empty>
</view>
......
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