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