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
5e5d47fe
Commit
5e5d47fe
authored
Apr 17, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
宝箱标题
parent
b42ad7a7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
src/components/activity/treasure-box/landing/index.js
+1
-1
src/components/activity/treasure-box/myTreasure/index.js
+1
-1
src/components/activity/treasure-box/preheat/index.js
+1
-1
src/components/activity/treasure-box/year-wish/index.js
+2
-2
No files found.
src/components/activity/treasure-box/landing/index.js
View file @
5e5d47fe
...
...
@@ -43,7 +43,7 @@ class Landing extends Component {
this
.
fetchPageData
()
this
.
getIndexData
()
window
.
showFollowAlert
=
this
.
remind
.
bind
(
this
,
'create'
)
document
.
title
=
'AI
充电季,开宝箱免费学AI爆款好课,300本程序员必备纸质书免费送,AI进阶宝典来就送!-
七月在线'
document
.
title
=
'AI
就业季,开宝箱免费拿VIP年会员,200本程序员必备纸质书免费包邮送!-
七月在线'
const
landing
=
document
.
querySelector
(
'#landing'
)
const
boxContainer
=
document
.
querySelector
(
'.box-container'
)
if
(
boxContainer
.
offsetHeight
<
window
.
innerHeight
)
{
...
...
src/components/activity/treasure-box/myTreasure/index.js
View file @
5e5d47fe
...
...
@@ -43,7 +43,7 @@ class MyTreasure extends Component {
componentDidMount
()
{
this
.
fetchMyTreasure
()
this
.
fetchActivityStatus
()
document
.
title
=
'AI
充电季,开宝箱免费学AI爆款好课,300本程序员必备纸质书免费送,AI进阶宝典来就送!-
七月在线'
;
document
.
title
=
'AI
就业季,开宝箱免费拿VIP年会员,200本程序员必备纸质书免费包邮送!-
七月在线'
;
}
componentWillReceiveProps
(
nextProp
)
{
...
...
src/components/activity/treasure-box/preheat/index.js
View file @
5e5d47fe
...
...
@@ -39,7 +39,7 @@ export default class index extends Component {
_this
.
loginInfo
(
result
)
}
_this
.
getStage
()
document
.
title
=
'AI
充电季,开宝箱免费学AI爆款好课,300本程序员必备纸质书免费送,AI进阶宝典来就送!-
七月在线'
;
document
.
title
=
'AI
就业季,开宝箱免费拿VIP年会员,200本程序员必备纸质书免费包邮送!-
七月在线'
;
}
// 获取app登录数据
...
...
src/components/activity/treasure-box/year-wish/index.js
View file @
5e5d47fe
...
...
@@ -23,9 +23,9 @@ class YarnWish extends Component {
componentWillUpdate
()
{
const
{
activityStage
}
=
this
.
state
if
(
activityStage
==
1
)
{
document
.
title
=
`
七月在线年终大回馈,人气好课免费学,精品课程1分抢!
`
document
.
title
=
`
AI就业季,开宝箱免费拿VIP年会员,200本程序员必备纸质书免费包邮送!- 七月在线
`
}
else
{
document
.
title
=
`
七月在线年终大回馈,人气好课免费学,精品课程1分抢!
`
document
.
title
=
`
AI就业季,开宝箱免费拿VIP年会员,200本程序员必备纸质书免费包邮送!- 七月在线
`
}
}
...
...
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