细节调整

This commit is contained in:
kron
2025-10-29 17:18:25 +08:00
parent a6b0d7f28c
commit 7036135d9c

View File

@@ -226,6 +226,9 @@ onShow(() => {
<SButton :onClick="goCalibration" width="60vw" :rounded="40">
校准智能弓
</SButton>
<text :style="{ marginTop: '20rpx', fontSize: '20rpx', color: '#fff9' }"
>校准时弓箭激光将开启请勿直视激光</text
>
</block>
</view>
<view v-if="device.deviceId && !justBind" class="has-device">
@@ -233,6 +236,18 @@ onShow(() => {
<view @click="toDeviceIntroPage">
<image src="../static/device-icon.png" mode="widthFix" />
<text>{{ device.deviceName }}</text>
<view class="calibration" v-if="calibration">
<button hover-class="none" @click="goCalibration">
<text>去校准</text>
<image src="../static/enter-arrow-blue.png" mode="widthFix" />
</button>
<view>
<image src="../static/calibration-tip.png" mode="widthFix" />
<text
>首次绑定智能弓或场地/距离变化时应进行校准以确保射箭精度</text
>
</view>
</view>
</view>
<image src="../static/bind.png" mode="widthFix" />
<view>
@@ -244,7 +259,7 @@ onShow(() => {
<text>{{ user.nickName }}</text>
</view>
</view>
<view :style="{ marginTop: '100rpx' }">
<view :style="{ marginTop: '240rpx' }">
<SButton :onClick="unbindDevice" width="80vw" :rounded="40"
>解绑</SButton
>