This commit is contained in:
杨航
2025-11-24 08:40:06 +08:00
parent 4a6f0f2639
commit d37254e7f9
+1 -1
View File
@@ -58,7 +58,7 @@
<view :class="['body-bottom-static', isPass?'pass':'fialed']">
<view class="static-tip">得分</view>
<view class="static-score">{{ totalScore }}</view>
<view class="static-desc">{{1?'革命尚未成功,同志仍需努力':'恭喜阁下过关斩将,顺利通关!'}}</view>
<view class="static-desc">{{!isPass?'你这个得分,不容易啊':'恭喜阁下过关斩将,顺利通关!'}}</view>
<view class="static-charts">
<ChartThree v-if="length === 3" fromType="tra" :dataList="evalDimens" />