This commit is contained in:
kron
2025-08-01 16:08:30 +08:00
parent 18ac484844
commit c94e7e4ad8

View File

@@ -208,7 +208,7 @@ const checkBowData = () => {
</block>
<view
class="battle-e"
:style="{ marginTop: data.battleMode === 2 ? '20px' : '20vw' }"
:style="{ marginTop: data.mode === 2 ? '20px' : '20vw' }"
>
<image src="../static/row-yellow-bg.png" mode="widthFix" />
<view :style="{ borderColor: data.myTeam === 1 ? '#5fadff' : '#ff6060' }">
@@ -227,7 +227,7 @@ const checkBowData = () => {
你的积分 {{ totalPoints > 0 ? "+" + totalPoints : totalPoints }}
</text>
</view>
<text v-if="data.battleMode === 2" class="description">
<text v-if="data.mode === 2" class="description">
{{
getBattleResultTips(data.battleMode, data.mode, {
win: ifWin,