Commit 814a588c by wangshuo

title修改

parent 7447a285
...@@ -182,9 +182,12 @@ class BlessingPreheat extends Component { ...@@ -182,9 +182,12 @@ class BlessingPreheat extends Component {
} }
componentWillUpdate() { componentWillUpdate() {
const {isFormal} = this.state; const {isFormal,onlyShow} = this.state;
if(isFormal === 1) { if(isFormal === 1) {
document.title = `11.11-11.13 AI充电节,为AI出击!重磅好课1折秒,海量奖品来就送-七月在线` document.title = `11.11-11.13 AI充电节,为AI出击!重磅好课1折秒,海量奖品来就送-七月在线`
if(onlyShow) {
document.title = `11.14 AI充电节 返场钜惠!200本纸质书送完即止!`
}
}else{ }else{
document.title = `11.11-11.13 AI充电节,预热来袭!积福气享1折秒课,海量奖品来就送-七月在线` document.title = `11.11-11.13 AI充电节,预热来袭!积福气享1折秒课,海量奖品来就送-七月在线`
} }
......
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