1. 完成锁详情页UI及开关锁功能
This commit is contained in:
parent
04376b94df
commit
f4d6130615
@ -122,7 +122,7 @@ export default {
|
|||||||
this.$refs.loading.close()
|
this.$refs.loading.close()
|
||||||
this.pending = false
|
this.pending = false
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '联网开锁失败',
|
title: '联网开锁失败,请保证网络畅通',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
@ -148,7 +148,7 @@ export default {
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '开锁失败',
|
title: '开锁失败,请保证在锁附近',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user