细节修改
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -121,7 +121,7 @@ const onClickTab = (index) => {
|
||||
</view>
|
||||
</view>
|
||||
<view :style="{ margin: '20px 0' }">
|
||||
<BowTarget :scores="redScores" :blueScores="blueScores" />
|
||||
<BowTarget :scores="redScores" :blueScores="blueScores" mode="team" />
|
||||
</view>
|
||||
<view class="score-container">
|
||||
<view
|
||||
|
||||
Reference in New Issue
Block a user