Commit 389a0143 by wangshuo

title修改

parent 8cb09317
...@@ -43,6 +43,7 @@ class MyTreasure extends Component { ...@@ -43,6 +43,7 @@ class MyTreasure extends Component {
componentDidMount() { componentDidMount() {
this.fetchMyTreasure() this.fetchMyTreasure()
this.fetchActivityStatus() this.fetchActivityStatus()
document.title = '七月在线年终大回馈,幸运宝箱随你开,100%有奖!人气好课免费学,精品课程1分抢!';
} }
componentWillReceiveProps(nextProp) { componentWillReceiveProps(nextProp) {
......
...@@ -39,6 +39,7 @@ export default class index extends Component { ...@@ -39,6 +39,7 @@ export default class index extends Component {
_this.loginInfo(result) _this.loginInfo(result)
} }
_this.getStage() _this.getStage()
document.title = '七月在线年终大回馈,幸运宝箱随你开,100%有奖!人气好课免费学,精品课程1分抢!';
} }
// 获取app登录数据 // 获取app登录数据
......
...@@ -14,6 +14,7 @@ class YarnWish extends Component { ...@@ -14,6 +14,7 @@ class YarnWish extends Component {
componentDidMount() { componentDidMount() {
this.fetchCourse() this.fetchCourse()
this.getStage() this.getStage()
document.title = `七月在线年终大回馈,人气好课免费学,精品课程1分抢!`
} }
componentWillUpdate() { componentWillUpdate() {
......
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