diff --git a/pages/lockDetail/lockDetail.vue b/pages/lockDetail/lockDetail.vue index d7637d1..6153516 100644 --- a/pages/lockDetail/lockDetail.vue +++ b/pages/lockDetail/lockDetail.vue @@ -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' }) }