标签: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);
标签:ash 跳转 传值 ons oca note ted log extract
原文地址:http://www.cnblogs.com/dalyn/p/7680810.html