|
|
@@ -1,6 +1,7 @@
|
|
|
<template>
|
|
|
<view class="content">
|
|
|
<view class="swiper">
|
|
|
+ <!-- 计划 -->
|
|
|
<view class="swiper-item" v-if="thisCurrent==0">
|
|
|
<view class="swiper-project" :class="thisCurrent==0&&bShow?'active':''">
|
|
|
<view style="display: flex;flex-direction: column;" :style="{'margin-top' :projectTop+'px'}">
|
|
|
@@ -23,7 +24,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
+ <!-- 下滑连接蓝牙提示 -->
|
|
|
<view class="swiper-item" v-if="thisCurrent==1">
|
|
|
<view class="swiper-bluetooth">
|
|
|
<image style="margin: 10rpx; width: 50rpx;height: 50rpx;" src="/static/guide/BLE_arrow.png" mode="aspectFit"></image>
|
|
|
@@ -35,7 +36,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
+ <!-- 提示调整添加蓝牙设备 -->
|
|
|
<view class="swiper-item" v-if="thisCurrent==3">
|
|
|
<!-- <button>{{deviceTop}}</button> -->
|
|
|
<view class="swiper-device active">
|
|
|
@@ -52,7 +53,7 @@
|
|
|
<image style="width: 394rpx;height: 123rpx;" src="/static/guide/device_tip.png" mode="aspectFit"></image>
|
|
|
</view>
|
|
|
|
|
|
- <view style="display: flex;align-self: center;margin-top: 200px;">
|
|
|
+ <view style="display: flex;align-self: center;margin-top: -200px;">
|
|
|
<view @tap="launchFlag(true)">
|
|
|
<image style="width: 120px;height: 45px;" src="/static/guide/BLE_tip.png"></image>
|
|
|
</view>
|
|
|
@@ -60,7 +61,7 @@
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
-
|
|
|
+ <!-- 连接设备提示 -->
|
|
|
<view class="swiper-item" v-if="thisCurrent==4">
|
|
|
<!-- <button>{{deviceTop}}</button> -->
|
|
|
<view class="swiper-device active">
|
|
|
@@ -91,6 +92,7 @@
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
+ <!-- 拳击血量提示 -->
|
|
|
<view class="swiper-item" v-if="thisCurrent==5">
|
|
|
<view class="swiper-device active">
|
|
|
<view class="guide-vertical-container">
|