修改7305人员信息取模组件,文本自动居中
This commit is contained in:
@ -336,6 +336,21 @@
|
||||
these.showOpenSetting();
|
||||
|
||||
}, pagePath);
|
||||
|
||||
//蓝牙恢复可用的回调
|
||||
ble.addStateRecoveryCallback(res=>{
|
||||
if (these.Status.isPageHidden) {
|
||||
return;
|
||||
}
|
||||
these.Status.BottomMenu.show = false;
|
||||
these.PairEquip = [];
|
||||
these.EquipMents = [];
|
||||
uni.showToast({
|
||||
icon: 'fail',
|
||||
title: '蓝牙恢复可用'
|
||||
});
|
||||
these.refreshBleList();
|
||||
}),pagePath;
|
||||
|
||||
//蓝牙断开连接的回调
|
||||
ble.addDisposeCallback(res => {
|
||||
|
||||
@ -106,6 +106,18 @@
|
||||
}
|
||||
|
||||
}
|
||||
let appid='';
|
||||
// #ifdef APP|APP-PLUS
|
||||
appid = plus.runtime.appid;
|
||||
// #endif
|
||||
// #ifdef WEB
|
||||
appid='HBuilder';
|
||||
// #endif
|
||||
if (appid === 'HBuilder') {
|
||||
this.phone='17671332251';
|
||||
this.password='123456';
|
||||
this.isChecked=true;
|
||||
}
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user