From ca096399357fe5efb5f8f95047d7d2309d287db8 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 12 Sep 2025 15:18:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96=EF=BC=8C=E5=AE=9E=E5=90=8D=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E6=8F=90=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/InstallationAgreement/InstallationAgreement.vue | 8 ++++---- pages/partnerProtocol/partnerProtocol.vue | 8 ++++---- pages/realNameAuthentication/realNameAuthentication.vue | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/InstallationAgreement/InstallationAgreement.vue b/pages/InstallationAgreement/InstallationAgreement.vue index d69a05b..6a647b4 100644 --- a/pages/InstallationAgreement/InstallationAgreement.vue +++ b/pages/InstallationAgreement/InstallationAgreement.vue @@ -38,16 +38,16 @@ 点击查看协议 diff --git a/pages/partnerProtocol/partnerProtocol.vue b/pages/partnerProtocol/partnerProtocol.vue index b1481f4..1d3e718 100644 --- a/pages/partnerProtocol/partnerProtocol.vue +++ b/pages/partnerProtocol/partnerProtocol.vue @@ -26,16 +26,16 @@ 点击查看协议 diff --git a/pages/realNameAuthentication/realNameAuthentication.vue b/pages/realNameAuthentication/realNameAuthentication.vue index a1b0098..f07f32c 100644 --- a/pages/realNameAuthentication/realNameAuthentication.vue +++ b/pages/realNameAuthentication/realNameAuthentication.vue @@ -82,7 +82,7 @@ export default { try { // 显示加载Toast(30秒超时自动隐藏) uni.showLoading({ - title: '正在刷新实名信息', + title: '刷新实名信息中', mask: 'true', }) const res = await refreshRealName()