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