Browse Source

刘思蕊2.20

master
15576629987 1 week ago
parent
commit
82b4e40ccb
5 changed files with 48 additions and 2 deletions
  1. +9
    -0
      otherPages/otherPages/myOrdersManage/bond/detail.vue
  2. +9
    -0
      otherPages/otherPages/myOrdersManage/bond/index.vue
  3. +9
    -0
      otherPages/otherPages/myOrdersManage/detail/index.vue
  4. +9
    -0
      otherPages/otherPages/myOrdersManage/withdrawal/index.vue
  5. +12
    -2
      pages.json

+ 9
- 0
otherPages/otherPages/myOrdersManage/bond/detail.vue View File

@ -0,0 +1,9 @@
<template>
<div>保证金明细</div>
</template>
<script>
</script>
<style>
</style>

+ 9
- 0
otherPages/otherPages/myOrdersManage/bond/index.vue View File

@ -0,0 +1,9 @@
<template>
<div>保证金/保证金退还</div>
</template>
<script>
</script>
<style>
</style>

+ 9
- 0
otherPages/otherPages/myOrdersManage/detail/index.vue View File

@ -0,0 +1,9 @@
<template>
<div>交易明细</div>
</template>
<script>
</script>
<style>
</style>

+ 9
- 0
otherPages/otherPages/myOrdersManage/withdrawal/index.vue View File

@ -0,0 +1,9 @@
<template>
<div>提现</div>
</template>
<script>
</script>
<style>
</style>

+ 12
- 2
pages.json View File

@ -65,8 +65,18 @@
"root": "otherPages/myOrdersManage", "root": "otherPages/myOrdersManage",
// //
"pages": [{ "pages": [{
"path": "list/index"
}]
"path": "list/index"
},
{
"path": "withdrawal/index"
}, {
"path": "detail/index"
}, {
"path": "bond/index"
}, {
"path": "bond/detail"
}
]
}, },
{ {
"root": "otherPages/workbenchManage", "root": "otherPages/workbenchManage",


Loading…
Cancel
Save