From 3f792d642ad8ef1d5214f46e124ea75a17c297ec Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Tue, 14 Apr 2026 17:02:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E7=A9=BA=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +++- pages/auth/auth.vue | 21 +++++++++++++++++++++ pages/my-wallet/my-wallet.vue | 13 +++++++------ pages/switch/switch.vue | 21 +++++++++++++++++++++ 4 files changed, 52 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 149d1f0..1895a4c 100644 --- a/manifest.json +++ b/manifest.json @@ -43,7 +43,9 @@ /* ios打包配置 */ "ios" : {}, /* SDK配置 */ - "sdkConfigs" : {} + "sdkConfigs" : { + "payment" : {} + } } }, /* 快应用特有相关 */ diff --git a/pages/auth/auth.vue b/pages/auth/auth.vue index 95893d1..f007bf7 100644 --- a/pages/auth/auth.vue +++ b/pages/auth/auth.vue @@ -1,5 +1,11 @@