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) { } else if (current == 3) {
this.delFp(index) this.delFp(index)
} }
}else if (deviceinfo.manufactureId == 1201) {
}else if (deviceinfo.manufactureId == 1201 || deviceinfo.manufactureId == 1241) {
if (current == 1) { if (current == 1) {
this.delPasswordLwj(index) this.delPasswordLwj(index)
} else if (current == 2) { } else if (current == 2) {
@ -1033,6 +1033,7 @@ Page({
}) })
}, },
delFpLwj(index){ delFpLwj(index){
console.log("删除指纹");
wx.showLoading({ wx.showLoading({
title: '正在删除', title: '正在删除',
mask: true mask: true
@ -1046,6 +1047,7 @@ Page({
this.getFpIndex(index, function (data) { this.getFpIndex(index, function (data) {
if (data.length > 0) { if (data.length > 0) {
var FPindex = data[0].face var FPindex = data[0].face
// 删除
} else { } else {
wx.hideLoading() wx.hideLoading()
wx.showToast({ wx.showToast({


Loading…
Cancel
Save