修改开关锁提示文案

This commit is contained in:
范鹏 2024-09-05 10:21:40 +08:00
parent 0ae79f8439
commit 1a24dacfb3

View File

@ -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) {