From f44d76a7a2c8156409f9b1e34d188df9a3fa3573 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Thu, 11 Sep 2025 10:58:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=B7=E6=96=B0=E5=AE=9E?= =?UTF-8?q?=E5=90=8D=E7=8A=B6=E6=80=81=E7=9A=84=E9=98=B2=E6=8A=96=EF=BC=8C?= =?UTF-8?q?immediate=3Dtrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/realNameAuthentication/realNameAuthentication.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/realNameAuthentication/realNameAuthentication.vue b/pages/realNameAuthentication/realNameAuthentication.vue index a2d63c3..587be4f 100644 --- a/pages/realNameAuthentication/realNameAuthentication.vue +++ b/pages/realNameAuthentication/realNameAuthentication.vue @@ -29,7 +29,7 @@ 提交 - + 刷新实名状态 @@ -72,6 +72,9 @@ export default { this.smflag = true }, methods: { + toGetshuaxin() { + uni.$uv.debounce(this.getshuaxin, 2000, true) + }, // 刷新人脸识别是否成功 getshuaxin() { refreshRealName().then(res => {