细节调整
This commit is contained in:
@@ -226,6 +226,9 @@ onShow(() => {
|
|||||||
<SButton :onClick="goCalibration" width="60vw" :rounded="40">
|
<SButton :onClick="goCalibration" width="60vw" :rounded="40">
|
||||||
校准智能弓
|
校准智能弓
|
||||||
</SButton>
|
</SButton>
|
||||||
|
<text :style="{ marginTop: '20rpx', fontSize: '20rpx', color: '#fff9' }"
|
||||||
|
>校准时弓箭激光将开启,请勿直视激光</text
|
||||||
|
>
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="device.deviceId && !justBind" class="has-device">
|
<view v-if="device.deviceId && !justBind" class="has-device">
|
||||||
@@ -233,6 +236,18 @@ onShow(() => {
|
|||||||
<view @click="toDeviceIntroPage">
|
<view @click="toDeviceIntroPage">
|
||||||
<image src="../static/device-icon.png" mode="widthFix" />
|
<image src="../static/device-icon.png" mode="widthFix" />
|
||||||
<text>{{ device.deviceName }}</text>
|
<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>
|
</view>
|
||||||
<image src="../static/bind.png" mode="widthFix" />
|
<image src="../static/bind.png" mode="widthFix" />
|
||||||
<view>
|
<view>
|
||||||
@@ -244,7 +259,7 @@ onShow(() => {
|
|||||||
<text>{{ user.nickName }}</text>
|
<text>{{ user.nickName }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view :style="{ marginTop: '100rpx' }">
|
<view :style="{ marginTop: '240rpx' }">
|
||||||
<SButton :onClick="unbindDevice" width="80vw" :rounded="40"
|
<SButton :onClick="unbindDevice" width="80vw" :rounded="40"
|
||||||
>解绑</SButton
|
>解绑</SButton
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user