From 72f03628107173fa20883e9a0360e1e791cba86e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Wed, 16 Oct 2024 13:55:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=201.1.1=E7=89=88=E6=9C=AC=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=87=8D=E7=BD=AE=E5=AF=86=E7=A0=81=E5=90=8E?= =?UTF-8?q?=E6=96=B0=E8=8E=B7=E5=8F=96=E5=AF=86=E7=A0=81=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E7=94=A8=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/passwordList/passwordList.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index e0415b3..4f4f363 100644 --- a/manifest.json +++ b/manifest.json @@ -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" : { diff --git a/pages/passwordList/passwordList.vue b/pages/passwordList/passwordList.vue index 24289d7..aef2bea 100644 --- a/pages/passwordList/passwordList.vue +++ b/pages/passwordList/passwordList.vue @@ -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) {