Commit e0942347 by FE

share modify

parent ea0d8952
...@@ -60,6 +60,7 @@ class CollectBlessing extends Component { ...@@ -60,6 +60,7 @@ class CollectBlessing extends Component {
if(!uid) { if(!uid) {
history.push('/passport'); history.push('/passport');
}else { }else {
history.push('/blessingPreheat?utm_source=1&utm_medium=1&utm_campaign=11&utm_content=1&utm_term=1');
this.fetchUserBlessing(3, () => { this.fetchUserBlessing(3, () => {
this.handleToAddBlessing(3); this.handleToAddBlessing(3);
}); });
...@@ -71,6 +72,7 @@ class CollectBlessing extends Component { ...@@ -71,6 +72,7 @@ class CollectBlessing extends Component {
if(!uid) { if(!uid) {
history.push('/passport'); history.push('/passport');
}else { }else {
history.push('/blessingPreheat?utm_source=q&utm_medium=11&utm_campaign=qq11&utm_content=11&utm_term=11');
this.fetchUserBlessing(1, () => { this.fetchUserBlessing(1, () => {
this.handleToAddBlessing(1); this.handleToAddBlessing(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