Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
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
baiguangyao
mr-julyedu
Commits
664414c6
Commit
664414c6
authored
4 years ago
by
xuzhenghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户协议
parent
c00ee4bb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
35 additions
and
2 deletions
+35
-2
src/components/passport/setPassword/index.js
+2
-1
src/components/passport/setPassword/set-password.scss
+1
-1
src/components/passport/userAgreement/index.js
+0
-0
src/components/passport/userAgreement/index.scss
+27
-0
src/router/router-config.js
+5
-0
No files found.
src/components/passport/setPassword/index.js
View file @
664414c6
...
...
@@ -13,6 +13,7 @@ import { isEmpty } from "lodash"
import
{
connect
}
from
"react-redux"
import
{
setCurrentUser
}
from
'src/store/userAction'
import
jsCookie
from
'js-cookie'
import
{
Link
}
from
'react-router-dom'
class
SetPassword
extends
Component
{
...
...
@@ -57,7 +58,7 @@ class SetPassword extends Component {
this
.
props
.
values
.
agreement
?
'iconfont iconRectangleCopy'
:
'disagree'
])}
/
>
同意
<
span
>
《七月在线用户使用协议》
<
/span
>
同意
<
Link
to
=
'/userAgreement'
>
《七月在线用户使用协议》
<
/Link
>
<
/label
>
<
/Form
>
<
div
className
=
"skip"
...
...
This diff is collapsed.
Click to expand it.
src/components/passport/setPassword/set-password.scss
View file @
664414c6
...
...
@@ -18,7 +18,7 @@
.user-agreement
{
line-height
:
30px
;
span
{
a
{
vertical-align
:
middle
;
color
:
$active
;
}
...
...
This diff is collapsed.
Click to expand it.
src/components/passport/userAgreement/index.js
0 → 100644
View file @
664414c6
This diff is collapsed.
Click to expand it.
src/components/passport/userAgreement/index.scss
0 → 100755
View file @
664414c6
.user-agreement
{
padding
:
20px
;
color
:
#333
;
letter-spacing
:
1px
;
h1
{
font-size
:
20px
;
font-weight
:
600
;
text-align
:
center
;
margin-bottom
:
10px
;
}
h3
{
font-size
:
16px
;
font-weight
:
600
;
margin
:
10px
0
5px
0
;
}
p
{
font-size
:
14px
;
text-align
:
justify
;
text-indent
:
2em
;
line-height
:
24px
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/router/router-config.js
View file @
664414c6
...
...
@@ -36,6 +36,7 @@ const ExpandShare = loadable(() => import('src/components/expand/share'))
const
Activity
=
loadable
(()
=>
import
(
/* webpackChunkName: 'Activity' */
'src/components/activity/1111/index'
))
const
Invite
=
loadable
(()
=>
import
(
/* webpackChunkName: 'Invite' */
'src/components/activity/1111/invite'
))
const
NewVip
=
loadable
(()
=>
import
(
/* webpackChunkName: 'Invite' */
'src/components/vip/index'
))
const
userAgreement
=
loadable
(()
=>
import
(
/* webpackChunkName: 'Invite' */
'src/components/passport/userAgreement'
))
export
default
[
{
path
:
'/'
,
...
...
@@ -120,6 +121,10 @@ export default [
component
:
Passport
,
},
{
path
:
'/userAgreement'
,
component
:
userAgreement
,
},
{
path
:
'/play'
,
component
:
Video
,
isPrivate
:
true
,
...
...
This diff is collapsed.
Click to expand it.
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