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
linweijiong
jinfa-platform
Commits
c9f37104
Commit
c9f37104
authored
Sep 28, 2020
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:添加协议页面
parent
c4602e98
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
90 additions
and
3 deletions
+90
-3
router.ts
config/router.ts
+4
-0
detail.less
src/pages/lxMall/information/detail.less
+1
-0
detail.tsx
src/pages/lxMall/information/detail.tsx
+14
-2
index.less
src/pages/user/agreement/index.less
+35
-0
index.tsx
src/pages/user/agreement/index.tsx
+29
-0
register.tsx
src/pages/user/register.tsx
+6
-1
request.ts
src/utils/request.ts
+1
-0
No files found.
config/router.ts
View file @
c9f37104
...
...
@@ -37,6 +37,10 @@ const router = [
{
path
:
'/user/forget'
,
component
:
'@/pages/user/forgetPwd'
},
{
path
:
'/user/agreement'
,
component
:
'@/pages/user/agreement'
}
]
},
...
...
src/pages/lxMall/information/detail.less
View file @
c9f37104
...
...
@@ -149,6 +149,7 @@
}
&>span {
cursor: pointer;
margin: 0 15px;
}
}
...
...
src/pages/lxMall/information/detail.tsx
View file @
c9f37104
...
...
@@ -92,6 +92,18 @@ const InformationDetail: React.FC<InformationDetailPropsType> = (props) => {
}
}
const
lastLinkPath
=
(
lastContentLabel
:
any
)
=>
{
if
(
lastContentLabel
)
{
window
.
location
.
href
=
toDetailLink
(
lastContentLabel
.
id
)
}
}
const
nextLinkPath
=
(
nextContentLabel
:
any
)
=>
{
if
(
nextContentLabel
)
{
window
.
location
.
href
=
toDetailLink
(
nextContentLabel
.
id
)
}
}
return
(
<
div
className=
{
styles
.
information_detail
}
>
<
div
className=
{
styles
.
information_detail_container
}
>
...
...
@@ -141,7 +153,7 @@ const InformationDetail: React.FC<InformationDetailPropsType> = (props) => {
<
div
className=
{
cx
(
styles
.
information_detail_pagination_item
,
styles
.
left
)
}
>
<
div
className=
{
cx
(
styles
.
information_detail_pagination_item_line
,
styles
.
left
)
}
>
<
div
className=
{
cx
(
styles
.
arrow_icon
,
styles
.
left
)
}
></
div
>
<
span
>
上一篇
</
span
>
<
span
onClick=
{
()
=>
lastLinkPath
(
newsDetail
.
lastContentLabel
)
}
>
上一篇
</
span
>
</
div
>
{
newsDetail
.
lastContentLabel
?
<
a
href=
{
toDetailLink
(
newsDetail
.
lastContentLabel
.
id
)
}
>
{
newsDetail
.
lastContentLabel
.
title
}
</
a
>
:
<
span
>
没有了
</
span
>
...
...
@@ -150,7 +162,7 @@ const InformationDetail: React.FC<InformationDetailPropsType> = (props) => {
<
div
className=
{
styles
.
information_detail_pagination_split
}
></
div
>
<
div
className=
{
cx
(
styles
.
information_detail_pagination_item
,
styles
.
right
)
}
>
<
div
className=
{
cx
(
styles
.
information_detail_pagination_item_line
,
styles
.
right
)
}
>
<
span
>
下一篇
</
span
>
<
span
onClick=
{
()
=>
nextLinkPath
(
newsDetail
.
nextContentLabel
)
}
>
下一篇
</
span
>
<
div
className=
{
cx
(
styles
.
arrow_icon
,
styles
.
right
)
}
></
div
>
</
div
>
{
...
...
src/pages/user/agreement/index.less
0 → 100644
View file @
c9f37104
@import '~@/global/styles/global.less';
.policyBox {
width: 100%;
// height: 100vh;
background-color: #fff;
&_container {
width: 1200px;
margin: 0 auto;
}
&>h1 {
.font-height-color(24, 96, #303133, #F4F5F7);
.make-center(text)
}
& article {
padding-bottom: 200px;
h4 {
width: 96px;
.font-height-color(16, 48, #303133);
font-weight: 500;
margin-top: 24px;
}
p {
font-size: 14px;
color: rgba(66, 82, 110, 1);
line-height: 22px;
}
}
}
\ No newline at end of file
src/pages/user/agreement/index.tsx
0 → 100644
View file @
c9f37104
import
React
from
'react'
import
styles
from
'./index.less'
const
Agreement
:
React
.
FC
=
()
=>
{
return
(
<
div
className=
{
styles
.
policyBox
}
>
<
h1
>
隐私政策
</
h1
>
<
div
className=
{
styles
.
policyBox_container
}
>
<
article
>
<
h4
>
一、权利归属
</
h4
>
<
main
>
<
p
>
1.1. 涂鸦网站的Logo、“涂鸦”、“涂鸦智能”、“tuya”等文字、图形及其组合,以及涂鸦网站的其他标识、徽记、涂鸦服务的名称等为涂鸦及其关联公司在中国和其他国家的注册商标。未经涂鸦书面授权,任何人不得以任何方式展示、使用或做其他处理(包括但不限于复制、传播、展示、镜像、上传、下载),也不得向他人表明您有权展示、使用或做其他处理。
</
p
>
<
p
>
1.2. 涂鸦网站所有的产品、服务、技术与所有程序(以下或简称“技术服务”)的知识产权均归属于涂鸦或归其权利人所有。
</
p
>
<
p
>
1.3. 除非涂鸦另行声明,涂鸦拥有涂鸦在网站内发布文档等信息(包括但不限于文字、图形、图片、照片、音频、视频、图标、色彩、版面设计、电子文档)的所有权利(包括但不限于版权、商标权、专利权、商业秘密和其他所有相关权利)。未经涂鸦许可,任何人不得擅自使用如上内容(包括但不限于通过程序或设备监视、复制、转播、展示、镜像、上传、下载涂鸦网站内的任何内容)。被授权浏览、复制、打印和传播属于涂鸦网站内信息内容的,该等内容都不得用于商业目的且所有信息内容及其任何部分的使用都必须包括此权利声明。
</
p
>
</
main
>
<
h4
>
二、责任限制
</
h4
>
<
main
>
<
p
>
2.1. 涂鸦网站的Logo、“涂鸦”、“涂鸦智能”、“tuya”等文字、图形及其组合,以及涂鸦网站的其他标识、徽记、涂鸦服务的名称等为涂鸦及其关联公司在中国和其他国家的注册商标。未经涂鸦书面授权,任何人不得以任何方式展示、使用或做其他处理(包括但不限于复制、传播、展示、镜像、上传、下载),也不得向他人表明您有权展示、使用或做其他处理。
</
p
>
<
p
>
2.2. 涂鸦网站所有的产品、服务、技术与所有程序(以下或简称“技术服务”)的知识产权均归属于涂鸦或归其权利人所有。
</
p
>
<
p
>
2.3. 除非涂鸦另行声明,涂鸦拥有涂鸦在网站内发布文档等信息(包括但不限于文字、图形、图片、照片、音频、视频、图标、色彩、版面设计、电子文档)的所有权利(包括但不限于版权、商标权、专利权、商业秘密和其他所有相关权利)。未经涂鸦许可,任何人不得擅自使用如上内容(包括但不限于通过程序或设备监视、复制、转播、展示、镜像、上传、下载涂鸦网站内的任何内容)。被授权浏览、复制、打印和传播属于涂鸦网站内信息内容的,该等内容都不得用于商业目的且所有信息内容及其任何部分的使用都必须包括此权利声明。
</
p
>
</
main
>
</
article
>
</
div
>
</
div
>
)
}
export
default
Agreement
src/pages/user/register.tsx
View file @
c9f37104
...
...
@@ -216,7 +216,12 @@ const UserRegistry = () => {
current
:
false
,
phoneBefore
:
<
div
className=
{
'formBefore'
}
>
+86
</
div
>,
smsCodeAfter
:
<
Button
disabled=
{
isActive
}
style=
{
{
minWidth
:
110
,
marginLeft
:
8
}
}
size=
'large'
onClick=
{
start
}
>
{
text
}
</
Button
>,
checkBoxChildren
:
<
span
style=
{
{
fontSize
:
12
}
}
>
阅读并同意
<
span
className=
'commonPickColor'
>
《会员服务协议》《法律条款》《隐私政策》
</
span
></
span
>,
checkBoxChildren
:
<
span
style=
{
{
fontSize
:
12
}
}
>
阅读并同意
<
span
className=
'commonPickColor'
>
<
a
href=
"/user/agreement"
target=
"_blank"
>
《会员服务协议》
</
a
>
<
a
href=
"/user/agreement"
target=
"_blank"
>
《法律条款》
</
a
>
<
a
href=
"/user/agreement"
target=
"_blank"
>
《隐私政策》
</
a
>
</
span
>
</
span
>,
memberTypeTitle
:
<
span
className=
{
'commonPanelTitle'
}
>
请选择您的身份
</
span
>,
businessTypeTitle
:
<
span
className=
{
'commonPanelTitle'
}
>
请选择您要开展的业务
</
span
>,
}
}
...
...
src/utils/request.ts
View file @
c9f37104
...
...
@@ -43,6 +43,7 @@ const errorHandler = (error: ResponseError): IRequestError => {
// http状态码非200的错误处理
const
messageText
=
errorMessage
[
response
.
status
]
if
(
response
)
{
message
.
destroy
()
message
.
error
(
'http请求错误: '
+
response
.
status
+
'->'
+
messageText
,
3
)
}
// throw可令响应promise走catch, 如需走resolve需直接return
...
...
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