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 @@