feat: 添加蓝牙调试页面的初始实现
- 新增 BLVRQPage.json 配置文件,设置导航栏样式。 - 新增 BLVRQPage.wxml 文件,构建蓝牙设备信息展示和操作界面。 - 新增 BLVRQPage.wxss 文件,定义页面样式和布局。
This commit is contained in:
@@ -789,6 +789,7 @@ Page({
|
||||
|
||||
},
|
||||
RefreshTheRoom:async function(e){
|
||||
|
||||
let that = this
|
||||
await GetHostsInfo({
|
||||
HotelID: this.data.Hotelinfo.HotelId
|
||||
@@ -918,7 +919,7 @@ Page({
|
||||
}, showtime)
|
||||
},
|
||||
async bindPickerChange(e) {
|
||||
|
||||
debugger
|
||||
let Completed =this.data.Completed
|
||||
let _this =this
|
||||
if (Completed) {
|
||||
|
||||
Reference in New Issue
Block a user