From ef490cce3e96b7a9adbea95454e6652aad05c2e7 Mon Sep 17 00:00:00 2001 From: xiaoheiiskinder <11674173+xiaohei102908@user.noreply.gitee.com> Date: Sat, 28 Oct 2023 17:58:25 +0800 Subject: [PATCH] 1028 --- pages/addperson/addperson.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/addperson/addperson.js b/pages/addperson/addperson.js index b239956..497d66f 100644 --- a/pages/addperson/addperson.js +++ b/pages/addperson/addperson.js @@ -548,7 +548,7 @@ Page({ } else if (current == 3) { this.delFp(index) } - }else if (deviceinfo.manufactureId == 1201) { + }else if (deviceinfo.manufactureId == 1201 || deviceinfo.manufactureId == 1241) { if (current == 1) { this.delPasswordLwj(index) } else if (current == 2) { @@ -1033,6 +1033,7 @@ Page({ }) }, delFpLwj(index){ + console.log("删除指纹"); wx.showLoading({ title: '正在删除', mask: true @@ -1046,6 +1047,7 @@ Page({ this.getFpIndex(index, function (data) { if (data.length > 0) { var FPindex = data[0].face + // 删除 } else { wx.hideLoading() wx.showToast({