细节修改
This commit is contained in:
@@ -106,7 +106,7 @@ watch(
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view :style="{ width: '95%' }">
|
<view :style="{ width: '95%' }">
|
||||||
<BowTarget :scores="redScores" :blueScores="blueScores" />
|
<BowTarget :scores="redScores" :blueScores="blueScores" mode="team" />
|
||||||
</view>
|
</view>
|
||||||
<view class="score-row" v-for="(player, index) in players" :key="index">
|
<view class="score-row" v-for="(player, index) in players" :key="index">
|
||||||
<Avatar
|
<Avatar
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ watch(
|
|||||||
<view @click="() => (showModal = true)">
|
<view @click="() => (showModal = true)">
|
||||||
<text>新来的弓箭手你好呀~</text>
|
<text>新来的弓箭手你好呀~</text>
|
||||||
<view @click="onSignin">
|
<view @click="onSignin">
|
||||||
<text>微信登录</text>
|
<text>登录</text>
|
||||||
<image src="../static/enter-arrow-blue.png" mode="widthFix" />
|
<image src="../static/enter-arrow-blue.png" mode="widthFix" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ const onClickTab = (index) => {
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view :style="{ margin: '20px 0' }">
|
<view :style="{ margin: '20px 0' }">
|
||||||
<BowTarget :scores="redScores" :blueScores="blueScores" />
|
<BowTarget :scores="redScores" :blueScores="blueScores" mode="team" />
|
||||||
</view>
|
</view>
|
||||||
<view class="score-container">
|
<view class="score-container">
|
||||||
<view
|
<view
|
||||||
|
|||||||
Reference in New Issue
Block a user