Commit c4c6084b by dazhou

组队开宝箱标题调整

parent c4247ba6
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -43,7 +43,7 @@ class Landing extends Component { ...@@ -43,7 +43,7 @@ class Landing extends Component {
this.getIndexData() this.getIndexData()
window.showFollowAlert = this.remind.bind(this, "create") window.showFollowAlert = this.remind.bind(this, "create")
document.title = document.title =
"粽子节,开宝箱免费学AI课程,现金红包,京东购物卡送不停!-七月在线" "AI充电季,开宝箱免费学正价课,200本纸质书等包邮送!-七月在线"
const landing = document.querySelector("#landing") const landing = document.querySelector("#landing")
const boxContainer = document.querySelector(".box-container") const boxContainer = document.querySelector(".box-container")
if (boxContainer.offsetHeight < window.innerHeight) { if (boxContainer.offsetHeight < window.innerHeight) {
......
...@@ -45,7 +45,7 @@ class MyTreasure extends Component { ...@@ -45,7 +45,7 @@ class MyTreasure extends Component {
this.fetchMyTreasure() this.fetchMyTreasure()
this.fetchActivityStatus() this.fetchActivityStatus()
document.title = document.title =
"粽子节,开宝箱免费学AI课程,现金红包,京东购物卡送不停!-七月在线" "AI充电季,开宝箱免费学正价课,200本纸质书等包邮送!-七月在线"
} }
componentWillReceiveProps(nextProp) { componentWillReceiveProps(nextProp) {
......
...@@ -39,7 +39,7 @@ class index extends Component { ...@@ -39,7 +39,7 @@ class index extends Component {
} }
_this.getStage() _this.getStage()
document.title = document.title =
"粽子节,开宝箱免费学AI课程,现金红包,京东购物卡送不停!-七月在线" "AI充电季,开宝箱免费学正价课,200本纸质书等包邮送!-七月在线"
} }
// 获取app登录数据 // 获取app登录数据
......
...@@ -23,9 +23,9 @@ class YarnWish extends Component { ...@@ -23,9 +23,9 @@ class YarnWish extends Component {
componentWillUpdate() { componentWillUpdate() {
const { activityStage } = this.state const { activityStage } = this.state
if (activityStage == 1) { if (activityStage == 1) {
document.title = `粽子节,开宝箱免费学AI课程,现金红包,京东购物卡送不停!-七月在线` document.title = `AI充电季,开宝箱免费学正价课,200本纸质书等包邮送!-七月在线`
} else { } else {
document.title = `粽子节,开宝箱免费学AI课程,现金红包,京东购物卡送不停!-七月在线` document.title = `AI充电季,开宝箱免费学正价课,200本纸质书等包邮送!-七月在线`
} }
} }
......
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