fix:修复订单监控总会显示弹窗的bug(采用时间比较形式)
This commit is contained in:
@@ -425,7 +425,7 @@
|
||||
uni.showLoading({
|
||||
title: '处理中'
|
||||
})
|
||||
|
||||
console.log(deviceId.value);
|
||||
// 调用设备租借接口
|
||||
const rentResult = await rentPowerBank(deviceId.value, phoneNumber.value)
|
||||
if (rentResult.code !== 200) {
|
||||
|
||||
Reference in New Issue
Block a user