Commit cfd440a6 by zhanghaozhe

宝箱活动

parent 734917d7
......@@ -43,7 +43,7 @@ class Landing extends Component {
this.fetchPageData()
this.getIndexData()
window.showFollowAlert = this.remind.bind(this, 'create')
document.title = 'AI就业季,开宝箱免费拿VIP年会员,200本程序员必备纸质书免费包邮送!- 七月在线'
document.title = '粽子节,开宝箱免费学AI课程,现金红包,京东购物卡送不停!-七月在线'
const landing = document.querySelector('#landing')
const boxContainer = document.querySelector('.box-container')
if (boxContainer.offsetHeight < window.innerHeight) {
......
......@@ -43,7 +43,7 @@ class MyTreasure extends Component {
componentDidMount() {
this.fetchMyTreasure()
this.fetchActivityStatus()
document.title = 'AI就业季,开宝箱免费拿VIP年会员,200本程序员必备纸质书免费包邮送!- 七月在线';
document.title = '粽子节,开宝箱免费学AI课程,现金红包,京东购物卡送不停!-七月在线';
}
componentWillReceiveProps(nextProp) {
......
......@@ -39,7 +39,7 @@ export default class index extends Component {
_this.loginInfo(result)
}
_this.getStage()
document.title = 'AI就业季,开宝箱免费拿VIP年会员,200本程序员必备纸质书免费包邮送!- 七月在线';
document.title = '粽子节,开宝箱免费学AI课程,现金红包,京东购物卡送不停!-七月在线';
}
// 获取app登录数据
......
......@@ -23,9 +23,9 @@ class YarnWish extends Component {
componentWillUpdate() {
const {activityStage} = this.state
if (activityStage == 1) {
document.title = `AI就业季,开宝箱免费拿VIP年会员,200本程序员必备纸质书免费包邮送!- 七月在线`
document.title = `粽子节,开宝箱免费学AI课程,现金红包,京东购物卡送不停!-七月在线`
} else {
document.title = `AI就业季,开宝箱免费拿VIP年会员,200本程序员必备纸质书免费包邮送!- 七月在线`
document.title = `粽子节,开宝箱免费学AI课程,现金红包,京东购物卡送不停!-七月在线`
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment