mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add search
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
var Search = function($scope, $rootScope, $location, bookList, musicList, movieList){
|
||||
var path = $location.path();
|
||||
$rootScope.isNoLoaded = false;
|
||||
// document.getElementById('search_input').focus();
|
||||
//跳回列表页
|
||||
$scope.search = function(){
|
||||
var keywords = $scope.keywords;
|
||||
|
||||
Reference in New Issue
Block a user