From 82b4e40ccbab6032edd3f4646633fddebbbdafad Mon Sep 17 00:00:00 2001 From: 15576629987 <2109588645@qq.com> Date: Thu, 20 Feb 2025 22:42:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=98=E6=80=9D=E8=95=8A2.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otherPages/otherPages/myOrdersManage/bond/detail.vue | 9 +++++++++ otherPages/otherPages/myOrdersManage/bond/index.vue | 9 +++++++++ otherPages/otherPages/myOrdersManage/detail/index.vue | 9 +++++++++ otherPages/otherPages/myOrdersManage/withdrawal/index.vue | 9 +++++++++ pages.json | 14 ++++++++++++-- 5 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 otherPages/otherPages/myOrdersManage/bond/detail.vue create mode 100644 otherPages/otherPages/myOrdersManage/bond/index.vue create mode 100644 otherPages/otherPages/myOrdersManage/detail/index.vue create mode 100644 otherPages/otherPages/myOrdersManage/withdrawal/index.vue diff --git a/otherPages/otherPages/myOrdersManage/bond/detail.vue b/otherPages/otherPages/myOrdersManage/bond/detail.vue new file mode 100644 index 0000000..f65c2fd --- /dev/null +++ b/otherPages/otherPages/myOrdersManage/bond/detail.vue @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/otherPages/otherPages/myOrdersManage/bond/index.vue b/otherPages/otherPages/myOrdersManage/bond/index.vue new file mode 100644 index 0000000..35d0a59 --- /dev/null +++ b/otherPages/otherPages/myOrdersManage/bond/index.vue @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/otherPages/otherPages/myOrdersManage/detail/index.vue b/otherPages/otherPages/myOrdersManage/detail/index.vue new file mode 100644 index 0000000..e4d6aef --- /dev/null +++ b/otherPages/otherPages/myOrdersManage/detail/index.vue @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/otherPages/otherPages/myOrdersManage/withdrawal/index.vue b/otherPages/otherPages/myOrdersManage/withdrawal/index.vue new file mode 100644 index 0000000..a2d06a3 --- /dev/null +++ b/otherPages/otherPages/myOrdersManage/withdrawal/index.vue @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index e812b5a..d741d4b 100644 --- a/pages.json +++ b/pages.json @@ -65,8 +65,18 @@ "root": "otherPages/myOrdersManage", // 我的订单 "pages": [{ - "path": "list/index" - }] + "path": "list/index" + }, + { + "path": "withdrawal/index" + }, { + "path": "detail/index" + }, { + "path": "bond/index" + }, { + "path": "bond/detail" + } + ] }, { "root": "otherPages/workbenchManage",