fix: 1.1.1版本,修复重置密码后新获取密码不可用的bug
This commit is contained in:
parent
480619beb2
commit
72f0362810
@ -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" : {
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user