| 1 |
- <view class="center data-v-5f07abd1"><view class="flex connected-title data-v-5f07abd1">已连接蓝牙:<text class="data-v-5f07abd1">{{nameBLE}}</text></view><view data-event-opts="{{[['tap',[['searchBle',['$event']]]]]}}" class="flex-center seek-btn data-v-5f07abd1" bindtap="__e">搜索蓝牙打印机</view><block wx:for="{{devices}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['onConn',['$0'],[[['devices','',index]]]]]]]}}" class="flex-space ble-list data-v-5f07abd1" bindtap="__e">{{''+item.name+''}}<text class="data-v-5f07abd1">连接</text></view></block></view>
|