您当前的位置: 首页 >  搜索

48分布式电商项目 - 搜索页与首页对接

杨林伟 发布时间:2019-07-12 17:26:02 ,浏览量:4

需求:用户在首页的搜索框输入关键字,点击搜索后自动跳转到搜索页查询

首页传递关键字

contentController.js:

//搜索跳转
$scope.search=function(){
location.href="http://localhost:9104/search.html#?keywords="+$scope.keywords;
}

index.html

搜索
搜索页接收关键字

searchController.js:

添加 location 服务用于接收参数

app.controller('searchController',function($scope,$location,searchService){
......

接收参数并进行查询

//加载查询字符串
$scope.loadkeywords=function(){
		$scope.searchMap.keywords= $location.search()['keywords'];
		$scope.search();
		}
关注
打赏
1688896170
查看更多评论

杨林伟

暂无认证

  • 4浏览

    0关注

    3183博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.0515s