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
85a5180b
Commit
85a5180b
authored
Nov 10, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '11-11-formal' into pre
parents
14b5092e
91107a94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
+8
-1
src/components/blessingPreheat/index.js
+8
-1
No files found.
src/components/blessingPreheat/index.js
View file @
85a5180b
...
@@ -119,7 +119,6 @@ class BlessingPreheat extends Component {
...
@@ -119,7 +119,6 @@ class BlessingPreheat extends Component {
}
}
componentDidMount
()
{
componentDidMount
()
{
document
.
title
=
`11.11-11.13 AI充电节,预热来袭!积福气享1折秒课,海量奖品来就送-七月在线`
this
.
fetchUserBlessing
()
this
.
fetchUserBlessing
()
this
.
setInitialNavActiveStatus
()
this
.
setInitialNavActiveStatus
()
window
.
addEventListener
(
'scroll'
,
throttle
(
this
.
calcNavActive
,
100
))
window
.
addEventListener
(
'scroll'
,
throttle
(
this
.
calcNavActive
,
100
))
...
@@ -155,6 +154,14 @@ class BlessingPreheat extends Component {
...
@@ -155,6 +154,14 @@ class BlessingPreheat extends Component {
}
}
componentWillUpdate
()
{
const
{
isFormal
}
=
this
.
state
;
if
(
isFormal
===
1
)
{
document
.
title
=
`11.11-11.13 AI充电节,为AI出击!重磅好课1折秒,海量奖品来就送-七月在线`
}
else
{
document
.
title
=
`11.11-11.13 AI充电节,预热来袭!积福气享1折秒课,海量奖品来就送-七月在线`
}
}
// 获取app登录数据
// 获取app登录数据
loginInfo
=
(
result
)
=>
{
loginInfo
=
(
result
)
=>
{
...
...
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