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",