This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
pet-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
刘思蕊2.20
master
15576629987
1 week ago
parent
cb1e5df0aa
commit
82b4e40ccb
5 changed files
with
48 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
otherPages/otherPages/myOrdersManage/bond/detail.vue
+9
-0
otherPages/otherPages/myOrdersManage/bond/index.vue
+9
-0
otherPages/otherPages/myOrdersManage/detail/index.vue
+9
-0
otherPages/otherPages/myOrdersManage/withdrawal/index.vue
+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"
,
/
/
我
的
订
单
"pages"
:
[
{
"path"
:
"list/index"
}
]
"path"
:
"list/index"
}
,
{
"path"
:
"withdrawal/index"
}
,
{
"path"
:
"detail/index"
}
,
{
"path"
:
"bond/index"
}
,
{
"path"
:
"bond/detail"
}
]
}
,
{
"root"
:
"otherPages/workbenchManage"
,
Write
Preview
Loading…
Cancel
Save