fix: 1.1.1版本,修复重置密码后新获取密码不可用的bug

This commit is contained in:
范鹏 2024-10-16 13:55:10 +08:00
parent 480619beb2
commit 72f0362810
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
"name" : "wx-starlock",
"appid" : "__UNI__933D519",
"description" : "",
"versionName" : "1.1.0",
"versionCode" : "27",
"versionName" : "1.1.1",
"versionCode" : "28",
"transformPx" : false,
/* */
"mp-weixin" : {

View File

@ -193,7 +193,7 @@ export default {
if(code === 0) {
const { code: requestCode, message } = await resetPsaawordListRequest({
lockId: that.currentLockInfo.lockId,
passwordKey: that.currentLockInfo.bluetooth.passwordKey
passwordKey: that.currentLockInfo.encrpyKey
})
console.log('重置密码返回', requestCode, message)
if(requestCode === 0) {