From 9639d56b14410b38526419940b6bd9b0776cc914 Mon Sep 17 00:00:00 2001 From: zhaohongyu Date: Mon, 28 Jul 2025 17:55:28 +0800 Subject: [PATCH] =?UTF-8?q?2025/07/28=20=E4=BF=AE=E6=94=B9=E4=BA=BA?= =?UTF-8?q?=E8=84=B8=E5=9B=BE=E5=83=8F=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/face/face_authentication.nvue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/mine/face/face_authentication.nvue b/pages/mine/face/face_authentication.nvue index 187c01a..10f05a1 100644 --- a/pages/mine/face/face_authentication.nvue +++ b/pages/mine/face/face_authentication.nvue @@ -79,10 +79,7 @@ try { // TODO USERAVATARPREFIX USERAVATARURL // 调用 API 提交人脸图片 - const fullBase64 = USERAVATARPREFIX + USERAVATARURL; - console.log(fullBase64) - console.log(this.$store.getters.getUserInfo.USER_ID) - const res = await submitEditUserFace({ faceData: fullBase64, userId: this.$store.getters.getUserInfo.USER_ID }); + const res = await submitEditUserFace({ USERAVATARPREFIX: USERAVATARPREFIX,USERAVATARURL: USERAVATARURL, userId: this.$store.getters.getUserInfo.USER_ID }); uni.hideLoading(); uni.$u.toast('上传成功'); uni.navigateBack({ delta: 1 });