This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
recruitment-wechat-uniapp-241012
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
上传修改
master
前端-胡立永
4 months ago
parent
18fea32751
commit
3609e534c3
2 changed files
with
26 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
pages.json
+23
-0
pages_order/auth/certification.vue
+ 3
- 0
pages.json
View File
@ -95,6 +95,9 @@
}
,
{
"path"
:
"work/userDetail"
}
,
{
"path"
:
"auth/certification"
}
]
}
]
,
+ 23
- 0
pages_order/auth/certification.vue
View File
@ -0,0 +1,23 @@
<
template
>
<!--
实名认证
--
>
<
view
class
=
"page"
>
<
/
view
>
<
/
template
>
<
script
>
export
default
{
data
(
)
{
return
{
}
}
,
methods
:
{
}
}
<
/
script
>
<
style
scoped
lang
=
"scss"
>
<
/
style
>
Write
Preview
Loading…
Cancel
Save