修改开关锁提示文案
This commit is contained in:
parent
0ae79f8439
commit
1a24dacfb3
@ -127,7 +127,7 @@ export default {
|
|||||||
this.pending = true
|
this.pending = true
|
||||||
this.$refs.loading.open()
|
this.$refs.loading.open()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: `正在尝试${type === 'close' ? '关' : '开'}锁……`,
|
title: `正在尝试${type === 'close' ? '闭' : '开'}锁……`,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
if(this.currentLockInfo.lockSetting.appUnlockOnline) {
|
if(this.currentLockInfo.lockSetting.appUnlockOnline) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user