Browse Source

1028

master
xiaoheiiskinder 1 year ago
parent
commit
ef490cce3e
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      pages/addperson/addperson.js

+ 3
- 1
pages/addperson/addperson.js View File

@ -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({


Loading…
Cancel
Save