aaa
This commit is contained in:
parent
d1cb83b943
commit
4fb815849f
|
@ -136,14 +136,14 @@
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
duration:2000
|
duration:2000
|
||||||
});
|
});
|
||||||
uni.hideLoading()
|
// uni.hideLoading()
|
||||||
} else {
|
} else {
|
||||||
xBlufi.notifyConnectBle({
|
xBlufi.notifyConnectBle({
|
||||||
isStart: true,
|
isStart: true,
|
||||||
deviceId: this.deviceId,
|
deviceId: this.deviceId,
|
||||||
name: this.name
|
name: this.name
|
||||||
});
|
});
|
||||||
uni.hideLoading()
|
// uni.hideLoading()
|
||||||
}
|
}
|
||||||
this.status = true
|
this.status = true
|
||||||
}, 2000)
|
}, 2000)
|
||||||
|
@ -274,7 +274,7 @@
|
||||||
console.log('手机未连接网络');
|
console.log('手机未连接网络');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
})
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -342,7 +342,7 @@
|
||||||
case xBlufi.XBLUFI_TYPE.TYPE_CONNECTED:
|
case xBlufi.XBLUFI_TYPE.TYPE_CONNECTED:
|
||||||
console.log("连接回调:" + JSON.stringify(options));
|
console.log("连接回调:" + JSON.stringify(options));
|
||||||
if (options.result) {
|
if (options.result) {
|
||||||
uni.hideLoading();
|
// uni.hideLoading();
|
||||||
// uni.showToast({
|
// uni.showToast({
|
||||||
// title: '连接成功',
|
// title: '连接成功',
|
||||||
// icon: 'none'
|
// icon: 'none'
|
||||||
|
@ -373,13 +373,20 @@
|
||||||
// })
|
// })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
uni.hideLoading()
|
||||||
|
uni.showToast({
|
||||||
|
title: '未连接到设备,请靠近设备尝试',
|
||||||
|
icon: 'none'
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_CUSTON_DATA:
|
case xBlufi.XBLUFI_TYPE.TYPE_RECIEVE_CUSTON_DATA:
|
||||||
|
|
||||||
this.ver_data = this.parseCustomData(options.data)
|
this.ver_data = this.parseCustomData(options.data)
|
||||||
// console.log("1收到设备发来的自定义数据结果:", this.ver_data);
|
uni.hideLoading()
|
||||||
|
console.log("1收到设备发来的自定义数据结果:", this.ver_data);
|
||||||
break;
|
break;
|
||||||
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS_STOP:
|
case xBlufi.XBLUFI_TYPE.TYPE_GET_DEVICE_LISTS_STOP:
|
||||||
if (options.result) {
|
if (options.result) {
|
||||||
|
@ -452,24 +459,20 @@
|
||||||
// 重新搜索
|
// 重新搜索
|
||||||
// this.startBluetoothDevicesDiscovery()
|
// this.startBluetoothDevicesDiscovery()
|
||||||
this.statusflag = true
|
this.statusflag = true
|
||||||
this.status = false
|
|
||||||
this.texts = '正在扫描蓝牙设备...'
|
this.texts = '正在扫描蓝牙设备...'
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.statusflag = false
|
this.statusflag = false
|
||||||
this.status = true
|
|
||||||
if (this.searching) {
|
if (this.searching) {
|
||||||
xBlufi.notifyStartDiscoverBle({
|
xBlufi.notifyStartDiscoverBle({
|
||||||
'isStart': false
|
'isStart': false
|
||||||
});
|
});
|
||||||
// 判断是否存在浇花器设备
|
// 判断是否存在设备
|
||||||
// if (this.devicesList.length == 0) {
|
if (this.devicesList.length == 0) {
|
||||||
// uni.showToast({
|
this.tishiflag = true
|
||||||
// title: '暂无发现对应设备,请靠近设备',
|
this.texts = '扫描完毕,暂无发现设备'
|
||||||
// icon: 'none'
|
} else {
|
||||||
// });
|
this.texts = '扫描到以下设备,请点击连接!'
|
||||||
// } else {
|
}
|
||||||
// this.texts = '扫描到以下设备,请点击连接!'
|
|
||||||
// }
|
|
||||||
} else {
|
} else {
|
||||||
xBlufi.notifyStartDiscoverBle({
|
xBlufi.notifyStartDiscoverBle({
|
||||||
'isStart': true
|
'isStart': true
|
||||||
|
@ -477,8 +480,6 @@
|
||||||
}
|
}
|
||||||
}, 2000)
|
}, 2000)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// 点击隐藏没有设备提示
|
// 点击隐藏没有设备提示
|
||||||
|
|
|
@ -383,9 +383,7 @@
|
||||||
let expireTimeParts = expireTimeStr.split(" ");
|
let expireTimeParts = expireTimeStr.split(" ");
|
||||||
let expireDateParts = expireTimeParts[0].split("-");
|
let expireDateParts = expireTimeParts[0].split("-");
|
||||||
let expireTimePartsTime = expireTimeParts[1].split(":");
|
let expireTimePartsTime = expireTimeParts[1].split(":");
|
||||||
let expireDate = new Date(expireDateParts[0], expireDateParts[1] - 1, expireDateParts[2],
|
let expireDate = new Date(expireDateParts[0], expireDateParts[1] - 1, expireDateParts[2],expireTimePartsTime[0], expireTimePartsTime[1], expireTimePartsTime[2])
|
||||||
expireTimePartsTime[0], expireTimePartsTime[1], expireTimePartsTime[2]
|
|
||||||
); // 注意月份是从0开始的,所以要减1
|
|
||||||
let now = new Date();
|
let now = new Date();
|
||||||
let differenceInMs = expireDate - now;
|
let differenceInMs = expireDate - now;
|
||||||
if (differenceInMs <= 0) {
|
if (differenceInMs <= 0) {
|
||||||
|
@ -471,6 +469,37 @@
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
duration: 2000
|
duration: 2000
|
||||||
})
|
})
|
||||||
|
// uni.showLoading({
|
||||||
|
// title: '充值中...'
|
||||||
|
// })
|
||||||
|
// let vm = this; // 将外部的 this 绑定到 vm 上
|
||||||
|
// uni.getNetworkType({
|
||||||
|
// success(res) {
|
||||||
|
// if (res.networkType !== 'none') {
|
||||||
|
// uni.getConnectedBluetoothDevices({
|
||||||
|
// success(res) {
|
||||||
|
// console.log('已连接的蓝牙设备信息:', res);
|
||||||
|
// xBlufi.notifySendCustomData({
|
||||||
|
// customData: "time@" + 0
|
||||||
|
// });
|
||||||
|
// },
|
||||||
|
// fail(err) {
|
||||||
|
// console.error('获取已连接蓝牙设备信息失败:', err);
|
||||||
|
// }
|
||||||
|
// })
|
||||||
|
// // vm.$u.get(`/app/bill/recharge/${vm.billNo}/bluetoothSuccess`).then(res => {
|
||||||
|
// // if(res.code == 200){
|
||||||
|
// // setTimeout(()=>{
|
||||||
|
// // uni.hideLoading()
|
||||||
|
// // uni.navigateBack()
|
||||||
|
// // },1000)
|
||||||
|
// // }
|
||||||
|
// // })
|
||||||
|
// } else {
|
||||||
|
// console.log('手机未连接网络');
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// })
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else if (num == 2) { //异常
|
} else if (num == 2) { //异常
|
||||||
|
@ -622,7 +651,35 @@
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
icon: 'success',
|
icon: 'success',
|
||||||
duration: 2000
|
duration: 2000
|
||||||
})
|
})
|
||||||
|
// let vm = this; // 将外部的 this 绑定到 vm 上
|
||||||
|
// uni.getNetworkType({
|
||||||
|
// success(res) {
|
||||||
|
// if (res.networkType !== 'none') {
|
||||||
|
// uni.getConnectedBluetoothDevices({
|
||||||
|
// success(res) {
|
||||||
|
// console.log('已连接的蓝牙设备信息:', res);
|
||||||
|
// xBlufi.notifySendCustomData({
|
||||||
|
// customData: "time@" + vm.setMode + vm.cztime
|
||||||
|
// });
|
||||||
|
// },
|
||||||
|
// fail(err) {
|
||||||
|
// console.error('获取已连接蓝牙设备信息失败:', err);
|
||||||
|
// }
|
||||||
|
// })
|
||||||
|
// // vm.$u.get(`/app/bill/recharge/${vm.billNo}/bluetoothSuccess`).then(res => {
|
||||||
|
// // if(res.code == 200){
|
||||||
|
// // setTimeout(()=>{
|
||||||
|
// // uni.hideLoading()
|
||||||
|
// // uni.navigateBack()
|
||||||
|
// // },1000)
|
||||||
|
// // }
|
||||||
|
// // })
|
||||||
|
// } else {
|
||||||
|
// console.log('手机未连接网络');
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// })
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user