From f5255bfb9dba87306ec5be82654f167dc24da1e1 Mon Sep 17 00:00:00 2001 From: Seven Date: Sun, 18 Jan 2026 03:17:03 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD=EF=BC=8C?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=92=8C=E6=B7=BB=E5=8A=A0=E6=94=AF=E4=BB=98=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E9=A1=B5=E9=9D=A2=EF=BC=8C=E9=9B=86=E6=88=90=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E9=AA=8C=E8=AF=81=E5=92=8C=E7=8A=B6=E6=80=81=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 10 + src/views/payment/add.vue | 474 ++++++++++++++++++++++++++++++++++++ src/views/payment/index.vue | 351 ++++++++++++++++++++++++++ 3 files changed, 835 insertions(+) create mode 100644 src/views/payment/add.vue create mode 100644 src/views/payment/index.vue diff --git a/src/router/index.ts b/src/router/index.ts index 569bb8b..fb6357d 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -69,6 +69,16 @@ const routes: Array = [ component: () => import("@/views/address/add.vue"), meta: { requiresAuth: true }, }, + { + path: "/payment", + component: () => import("@/views/payment/index.vue"), + meta: { requiresAuth: true }, + }, + { + path: "/payment/add", + component: () => import("@/views/payment/add.vue"), + meta: { requiresAuth: true }, + }, ]; const router = createRouter({ diff --git a/src/views/payment/add.vue b/src/views/payment/add.vue new file mode 100644 index 0000000..ad9b796 --- /dev/null +++ b/src/views/payment/add.vue @@ -0,0 +1,474 @@ + + + + + diff --git a/src/views/payment/index.vue b/src/views/payment/index.vue new file mode 100644 index 0000000..83158ce --- /dev/null +++ b/src/views/payment/index.vue @@ -0,0 +1,351 @@ + + + + +