更新一下提示

This commit is contained in:
luchenqun 2017-03-13 09:59:20 +08:00
parent 6a16c739b1
commit 45411cd86b
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ app.controller('searchCtr', ['$scope', '$state', '$stateParams', '$filter', '$wi
if ($scope.searchWord) {
searchBookmarks(searchParams);
} else {
toastr.warning("请先登录然后再输入关键字进行查询", "提示");
toastr.warning("请输入搜索关键字进行查询", "提示");
}
$scope.jumpToUrl = function(url, id) {