diff --git a/pages/lockDetail/lockDetail.vue b/pages/lockDetail/lockDetail.vue index a63e467..89369ac 100644 --- a/pages/lockDetail/lockDetail.vue +++ b/pages/lockDetail/lockDetail.vue @@ -127,7 +127,7 @@ export default { this.pending = true this.$refs.loading.open() uni.showToast({ - title: `正在尝试${type === 'close' ? '关' : '开'}锁……`, + title: `正在尝试${type === 'close' ? '闭' : '开'}锁……`, icon: 'none' }) if(this.currentLockInfo.lockSetting.appUnlockOnline) {