字段完善
This commit is contained in:
@@ -125,7 +125,8 @@ onMounted(async () => {
|
||||
</block>
|
||||
<view class="battle-e">
|
||||
<image src="../static/row-yellow-bg.png" mode="widthFix" />
|
||||
<text>经验 +{{ totalPoints }}</text>
|
||||
<text v-if="data.gameMode === 1">经验 +{{ totalPoints }}</text>
|
||||
<text v-if="data.gameMode === 2">积分 +{{ totalPoints }}</text>
|
||||
</view>
|
||||
<text v-if="data.mode === 1" class="description">你是朋友中的佼佼者哦</text>
|
||||
<text v-if="data.mode === 2" class="description"
|
||||
|
||||
Reference in New Issue
Block a user