2022-05-11 09:24:06 +08:00
|
|
|
<view class="content data-v-784a4d14"><view class="tips data-v-784a4d14">请在设备开机状态下,搜索设备</view><view data-event-opts="{{[['tap',[['handleWeight',['$event']]]]]}}" class="item data-v-784a4d14" bindtap="__e">开始搜索设备</view><view class="devices_summary data-v-784a4d14">{{"已发现 "+devices.length+" 个设备:"}}</view><view class="data-v-784a4d14"><block wx:if="{{popup}}"><scroll-view class="device_list data-v-784a4d14" scroll-y="{{true}}" scroll-with-animation="{{true}}"><block wx:for="{{devices}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['createBLEConnection',['$0'],[[['devices','',index]]]]]]]}}" class="device_item data-v-784a4d14" bindtap="__e"><view class="data-v-784a4d14"><text class="data-v-784a4d14">{{item.name||item.localName}}</text></view><view class="data-v-784a4d14">{{"mac地址:"+(item.macAddr||item.deviceId)}}</view></view></block></scroll-view></block></view><view class="tishi data-v-784a4d14"><view class="text data-v-784a4d14"><icon class="t-icon t-icon-tishi data-v-784a4d14"></icon>设备激活流程说明</view><view class="dv data-v-784a4d14"><text class="data-v-784a4d14">1、打开手机蓝牙和位置信息</text><text class="data-v-784a4d14">2、ios系统需打开设置—>应用—>微信里的蓝牙权限</text><text class="data-v-784a4d14">3、设备亮屏状态下搜索蓝牙</text><text class="data-v-784a4d14">4、选择蓝牙进行激活</text></view></view><user-login vue-id="16feda2a-1" url="active" class="data-v-784a4d14" bind:__l="__l"></user-login></view>
|