From 52f8614e9ad3fbd395a68e036bed6043e1870098 Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Sat, 9 Jul 2022 17:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E3=80=81=E6=88=91=E7=9A=84=E8=AE=A2=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=83=A8=E5=88=86=E5=86=85=E5=AE=B9=E3=80=81=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E5=AE=9D=E6=94=AF=E4=BB=98=E3=80=81=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=87=E6=8D=A2=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 11 +- pages/account/address.vue | 24 ++++- pages/account/myOrders.vue | 186 +++++++++++++++++++++++++++------ pages/order/confirmation.vue | 82 ++++++++++++--- pages/productDetails/index.vue | 9 +- 5 files changed, 257 insertions(+), 55 deletions(-) diff --git a/manifest.json b/manifest.json index 356c60b..1af6c0b 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,9 @@ "delay" : 0 }, /* 模块配置 */ - "modules" : {}, + "modules" : { + "Payment" : {} + }, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ @@ -44,7 +46,12 @@ "ios" : {}, /* SDK配置 */ "sdkConfigs" : { - "ad" : {} + "ad" : {}, + "payment" : { + "alipay" : { + "__platform__" : [ "ios", "android" ] + } + } } } }, diff --git a/pages/account/address.vue b/pages/account/address.vue index 4f4662f..4404aa0 100644 --- a/pages/account/address.vue +++ b/pages/account/address.vue @@ -1,6 +1,6 @@