1. 完成锁详情页UI及开关锁功能
This commit is contained in:
parent
04376b94df
commit
f4d6130615
@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user