Prechádzať zdrojové kódy

修复了一些问题

zyh 2 mesiacov pred
rodič
commit
79be7fc834

+ 1 - 1
components/face_verify/face_verify.js

@@ -271,7 +271,7 @@ Component({
 			let taskId = app.data.faceTaskId;
 			// taskId = '00-2023041314125357889'; //本地
 			// taskId = '00-993306131355291200'; //线上
-			taskId = '00-2024050112393311886' //zyh线上
+			// taskId = '00-2024050112393311886' //zyh线上
 			if (!taskId) return;
 			let res = await face.getFace_wxrlxf('/api/next/doQueryFaceSuccess', 'get', {
 				taskId: taskId

+ 0 - 1
pages/visitor_make/visitor_make.js

@@ -519,7 +519,6 @@ Page({
 		form.userId = that.data.userInfo.userId;
 		form.visiteeBuildingId = that.data.buildingAdminId;
 		visitorySubmit(form).then(res => {
-			console.log(res);
 			// 提交失败
 			if (res.code != 200) {
 				wx.showToast({