修改人员信息时间前后

This commit is contained in:
fengerli
2025-11-21 16:12:55 +08:00
parent fc1fad0579
commit 76d40bc096

View File

@ -1091,7 +1091,7 @@
dataView.setUint8(packetSize - 1, 0xFF); dataView.setUint8(packetSize - 1, 0xFF);
} }
let inteval = parseInt(this.inteval ? this.inteval : 80); let inteval = parseInt(this.inteval ? this.inteval : 80);
console.log(inteval, 'intevalinteval');
ble.sendData(f.deviceId, buffer, f.writeServiceId, f ble.sendData(f.deviceId, buffer, f.writeServiceId, f
.wirteCharactId).then(() => { .wirteCharactId).then(() => {
if (ReSendNo) { if (ReSendNo) {
@ -1155,7 +1155,8 @@
const platform = systemInfo.platform; const platform = systemInfo.platform;
const isIOS = platform === 'ios'; const isIOS = platform === 'ios';
console.log("平台:", platform, "uni.chooseVideo返回 - 宽度:", width, "高度:", height, "时长:", duration); console.log("平台:", platform, "uni.chooseVideo返回 - 宽度:", width, "高度:", height,
"时长:", duration);
// iOS特殊处理如果返回的是80*40很可能是160*80的一半iOS的bug // iOS特殊处理如果返回的是80*40很可能是160*80的一半iOS的bug
if (isIOS && width === 80 && height === 40) { if (isIOS && width === 80 && height === 40) {
@ -1579,8 +1580,9 @@
dataView.setUint8(bufferSize - 1, 0xFF); dataView.setUint8(bufferSize - 1, 0xFF);
let inteval = parseInt(this.inteval ? this.inteval : 50); let inteval = 100;
console.log("inteval=", inteval) //parseInt(this.inteval ? this.inteval : 80);
//console.log("inteval=", inteval)
ble.sendData(f.deviceId, buffer, f.writeServiceId, f ble.sendData(f.deviceId, buffer, f.writeServiceId, f
.wirteCharactId, 30).then(() => { .wirteCharactId, 30).then(() => {