细节修改

This commit is contained in:
kron
2025-12-08 18:34:38 +08:00
parent a5c70db8ad
commit e3752e6fe2
3 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ watch(
</view>
</view>
<view :style="{ width: '95%' }">
<BowTarget :scores="redScores" :blueScores="blueScores" />
<BowTarget :scores="redScores" :blueScores="blueScores" mode="team" />
</view>
<view class="score-row" v-for="(player, index) in players" :key="index">
<Avatar

View File

@@ -117,7 +117,7 @@ watch(
<view @click="() => (showModal = true)">
<text>新来的弓箭手你好呀~</text>
<view @click="onSignin">
<text>微信登录</text>
<text>登录</text>
<image src="../static/enter-arrow-blue.png" mode="widthFix" />
</view>
</view>