码迷,mamicode.com
首页 > 其他好文 > 详细

react-note

时间:2017-10-17 15:37:49      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:ash   跳转   传值   ons   oca   note   ted   log   extract   

1、页面跳转与传值

hashHistory.push("/feature_extract_list/selected_feature/"+id);

hashHistory.push({pathname:‘/feature_extract_list/selected_feature/‘,query:{
‘id‘:id,
}});
hashHistory.push({pathname:‘/feature_extract_list/selected_feature/‘,state:{
‘id‘:id,
}});
console.log(this.props.params);
console.log(this.props.location);

 

react-note

标签:ash   跳转   传值   ons   oca   note   ted   log   extract   

原文地址:http://www.cnblogs.com/dalyn/p/7680810.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!