1. 完成锁详情页UI及开关锁功能

This commit is contained in:
范鹏 2024-08-26 14:16:15 +08:00
parent 04376b94df
commit f4d6130615

View File

@ -122,7 +122,7 @@ export default {
this.$refs.loading.close()
this.pending = false
uni.showToast({
title: '联网开锁失败',
title: '联网开锁失败,请保证网络畅通',
icon: 'none'
})
return
@ -148,7 +148,7 @@ export default {
})
} else {
uni.showToast({
title: '开锁失败',
title: '开锁失败,请保证在锁附近',
icon: 'none'
})
}