From 7e52e7ddacb7af680cccbbec2b519c16e6c92ad6 Mon Sep 17 00:00:00 2001 From: DaxPay Date: Thu, 27 Jun 2024 16:05:00 +0800 Subject: [PATCH] =?UTF-8?q?doc=20=E4=BC=98=E5=8C=96=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/openid/OpenIdDemo.vue | 4 ++-- .../payment/allocation/receiver/AllocationReceiverEdit.vue | 2 +- src/views/payment/system/platform/PayPlatformConfig.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/demo/openid/OpenIdDemo.vue b/src/views/demo/openid/OpenIdDemo.vue index 03169332b..5e79b4cb9 100644 --- a/src/views/demo/openid/OpenIdDemo.vue +++ b/src/views/demo/openid/OpenIdDemo.vue @@ -10,8 +10,8 @@ >
{{}}
- - 复制OpenID + + 复制 diff --git a/src/views/payment/allocation/receiver/AllocationReceiverEdit.vue b/src/views/payment/allocation/receiver/AllocationReceiverEdit.vue index 9479a11ce..4c9d3d245 100644 --- a/src/views/payment/allocation/receiver/AllocationReceiverEdit.vue +++ b/src/views/payment/allocation/receiver/AllocationReceiverEdit.vue @@ -252,7 +252,7 @@ async function getAliOpenId() { // 获取支付宝认证链接 const { data: urlResult } = await generateAliAuthUrl() - openIdQrCode.init(urlResult.authUrl, '请使用支付宝客户端"扫一扫"') + openIdQrCode.init(urlResult.authUrl, '请使用支付宝客户端"扫一扫获取OpenId或UserId"') // 轮训查询 const { pause, resume } = useIntervalFn( () => { diff --git a/src/views/payment/system/platform/PayPlatformConfig.vue b/src/views/payment/system/platform/PayPlatformConfig.vue index 06991c266..6e6df35b6 100644 --- a/src/views/payment/system/platform/PayPlatformConfig.vue +++ b/src/views/payment/system/platform/PayPlatformConfig.vue @@ -7,7 +7,7 @@