This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
Jingde-town-wechat-uniapp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
上传
master
前端-胡立永
7 months ago
parent
f8650c83fd
commit
89f6842880
3 changed files
with
27 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
pages.json
+1
-0
pages/index/center.vue
+23
-0
pages_order/service/carefree.vue
+ 3
- 0
pages.json
View File
@ -59,6 +59,9 @@
}
,
{
"path"
:
"mine/cart"
}
,
{
"path"
:
"service/carefree"
}
]
}
]
,
+ 1
- 0
pages/index/center.vue
View File
@ -63,6 +63,7 @@
<!--
加入志愿者
--
>
<
uv
-cell
icon
=
"setting-fill"
title
=
"加入志愿者"
@
click
=
"$utils.navigateTo('/pages_order/service/carefree')"
isLink
>
<
template
#
icon
>
<
image
src
=
"/static/image/center/4.png"
+ 23
- 0
pages_order/service/carefree.vue
View File
@ -0,0 +1,23 @@
<
template
>
<!--
无忧服务
--
>
<
view
class
=
"page"
>
<
/
view
>
<
/
template
>
<
script
>
export
default
{
data
(
)
{
return
{
}
}
,
methods
:
{
}
}
<
/
script
>
<
style
>
<
/
style
>
Write
Preview
Loading…
Cancel
Save