- <!-- pages/connectBle/connectBle.wxml -->
- <view class="container">
- <nav-bar bind:goBack="_goBack" nav-bgc-class="ex-nav-bgc-class" nav-title-class="ex-nav-title-class" ex-back-pre="ex-back-pre" navbar-data='{{nvabarData}}'></nav-bar>
- <image class="device_pic" src="{{connectDevice.img}}" mode="aspectFill" />
- <view class="top_tips">正在搜索设备,请保持设备开机状态</view>
- <view style="font-size: 14rpx; color: #666666;">拨动设备-开机</view>
- <view class="main_bg_green connect_button" bind:tap="connectDeviceTap">正在搜索设备</view>
- </view>
|