|
@@ -143,7 +143,6 @@ Page({
|
|
|
mask: true
|
|
|
});
|
|
|
var result = await getPhone(e);
|
|
|
- console.log(result);
|
|
|
wx.hideLoading()
|
|
|
this.setData({
|
|
|
phoneNumber: result
|
|
@@ -199,7 +198,7 @@ Page({
|
|
|
// 是否需要照片
|
|
|
if (needPhoto) {
|
|
|
wx.navigateTo({
|
|
|
- url: '/pages/faceCheck/faceCheck?orgId=' + orgId + '&&inputName=' + inputName + '&&inputIdcard=' + inputIdcard + '&&phoneNumber=' + phoneNumber + '&&isShowApplet=' + isShowApplet + '&&org=' + org
|
|
|
+ url: '/pages/faceCheck/faceCheck?orgId=' + orgId + '&&inputName=' + inputName + '&&inputIdcard=' + inputIdcard + '&&phoneNumber=' + phoneNumber + '&&isShowApplet=' + isShowApplet + '&&org=' + org
|
|
|
// + '&&cardIdEx=' + cardIdEx
|
|
|
})
|
|
|
} else {
|
|
@@ -216,7 +215,7 @@ Page({
|
|
|
//验证人脸
|
|
|
async doFaceCheck() {
|
|
|
let taskId = wx.getStorageSync('wx_dateCode');
|
|
|
- taskId = '00-2024052714115242855';
|
|
|
+ // taskId = '00-2024052714115242855';
|
|
|
if (!taskId) return;
|
|
|
let res = await face.getFace_wxrlxf('/api/next/doQueryFaceSuccess', 'get', {
|
|
|
taskId: taskId
|
|
@@ -460,14 +459,14 @@ Page({
|
|
|
} else {
|
|
|
json = options
|
|
|
}
|
|
|
- json = {
|
|
|
- orgId: 106,
|
|
|
- org: '公司测试',
|
|
|
- // orgId: 104,
|
|
|
- // org: '天波测试',
|
|
|
- type: 0, //0通用1常客
|
|
|
- // disinfectAreaId: 5
|
|
|
- };
|
|
|
+ // json = {
|
|
|
+ // orgId: 106,
|
|
|
+ // org: '公司测试',
|
|
|
+ // // orgId: 104,
|
|
|
+ // // org: '天波测试',
|
|
|
+ // type: 0, //0通用1常客
|
|
|
+ // // disinfectAreaId: 5
|
|
|
+ // };
|
|
|
// json = {
|
|
|
// orgId: 120,
|
|
|
// org: 'Lynn测试',
|