From 072f6a15a913229d39a5d61090bb8d85e4a47b34 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 12 Dec 2023 00:03:07 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=94=B6=E9=93=B6=E5=8F=B0?= =?UTF-8?q?=EF=BC=9A=E6=8E=A5=E5=85=A5=E6=A0=B8=E5=BF=83=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/pay/index.vue | 158 +++++++++++---------------------------- sheep/api/pay/channel.js | 14 ++++ sheep/api/pay/order.js | 14 ++++ sheep/platform/pay.js | 99 +++++++++++++++++++----- sheep/store/app.js | 4 +- 5 files changed, 153 insertions(+), 136 deletions(-) create mode 100644 sheep/api/pay/channel.js create mode 100644 sheep/api/pay/order.js diff --git a/pages/pay/index.vue b/pages/pay/index.vue index 8b11d90e..804c2cd1 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -2,14 +2,17 @@