更新一下提示
This commit is contained in:
parent
6a16c739b1
commit
45411cd86b
|
|
@ -51,7 +51,7 @@ app.controller('searchCtr', ['$scope', '$state', '$stateParams', '$filter', '$wi
|
||||||
if ($scope.searchWord) {
|
if ($scope.searchWord) {
|
||||||
searchBookmarks(searchParams);
|
searchBookmarks(searchParams);
|
||||||
} else {
|
} else {
|
||||||
toastr.warning("请先登录然后再输入关键字进行查询", "提示");
|
toastr.warning("请输入搜索关键字再进行查询!", "提示");
|
||||||
}
|
}
|
||||||
|
|
||||||
$scope.jumpToUrl = function(url, id) {
|
$scope.jumpToUrl = function(url, id) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue