Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
f0da819d
Commit
f0da819d
authored
Feb 25, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加商城底部导航链接
parent
ff197365
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
27 deletions
+27
-27
index.tsx
src/pages/lxMall/components/Footer/index.tsx
+27
-27
No files found.
src/pages/lxMall/components/Footer/index.tsx
View file @
f0da819d
...
...
@@ -8,20 +8,20 @@ const Footer: React.FC = () => {
title
:
'会员服务'
,
children
:
[
{
path
:
'
/user/register
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/bzci9x
'
,
title
:
'会员注册'
},
{
path
:
'
/user/login
'
,
title
:
'登录'
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/pz44gw
'
,
title
:
'
会员
登录'
},
{
path
:
'
/
'
,
title
:
'会员
认证
'
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/ia27ef
'
,
title
:
'会员
服务
'
},
{
path
:
'
/
'
,
title
:
'
会员服务
'
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/xupg3d
'
,
title
:
'
忘记密码
'
},
]
},
...
...
@@ -29,19 +29,19 @@ const Footer: React.FC = () => {
title
:
'采购&供应'
,
children
:
[
{
path
:
'
/
'
,
title
:
'发布供应
信息
'
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/il6eqw
'
,
title
:
'发布供应'
},
{
path
:
'
/
'
,
title
:
'发布
求购信息
'
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/aeob5u
'
,
title
:
'发布
需求
'
},
{
path
:
'
/
'
,
title
:
'购买
商品
'
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/eh909i
'
,
title
:
'购买
现货
'
},
{
path
:
'
/
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/yks6bd
'
,
title
:
'询价报价'
},
]
...
...
@@ -50,19 +50,19 @@ const Footer: React.FC = () => {
title
:
'账户&安全'
,
children
:
[
{
path
:
'
/
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/gxx84r
'
,
title
:
'账户查询'
},
{
path
:
'
/
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/bufen8
'
,
title
:
'账户管理'
},
{
path
:
'
/
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/qsmohg
'
,
title
:
'安全中心'
},
{
path
:
'
/
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/arsh01
'
,
title
:
'密码服务'
},
]
...
...
@@ -71,19 +71,19 @@ const Footer: React.FC = () => {
title
:
'信用评价'
,
children
:
[
{
path
:
'
/
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/klpeox
'
,
title
:
'发布评价'
},
{
path
:
'
/
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/tkp309
'
,
title
:
'查看评价'
},
{
path
:
'
/
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/svdz9o
'
,
title
:
'投诉举报'
},
{
path
:
'
/
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/ngkh0k
'
,
title
:
'评价规则'
},
]
...
...
@@ -92,19 +92,19 @@ const Footer: React.FC = () => {
title
:
'关于我们'
,
children
:
[
{
path
:
'
/
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/eoegc4
'
,
title
:
'平台介绍'
},
{
path
:
'
/
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/yttpx7
'
,
title
:
'联系我们'
},
{
path
:
'
/
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/cyd7rb
'
,
title
:
'服务条款'
},
{
path
:
'
/
'
,
path
:
'
https://www.yuque.com/shushangyun-lingxi/xr7ol7/uht4qm
'
,
title
:
'免责声明'
},
]
...
...
@@ -121,7 +121,7 @@ const Footer: React.FC = () => {
<
li
className=
"title"
>
{
item
.
title
}
</
li
>
{
item
.
children
.
map
((
item
,
index
)
=>
(
<
li
key=
{
`footer_nav_item_${index}`
}
><
a
href=
{
item
.
path
}
>
{
item
.
title
}
</
a
></
li
>
<
li
key=
{
`footer_nav_item_${index}`
}
><
a
href=
{
item
.
path
}
target=
"_blank"
rel=
"noreferrer"
>
{
item
.
title
}
</
a
></
li
>
))
}
</
ul
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment