更新一下提示

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

@ -78,7 +78,7 @@ console.log([
"======`-.____`-.___\\_____/___.-`____.-'======", "======`-.____`-.___\\_____/___.-`____.-'======",
" `=---='", " `=---='",
"^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^",
" 佛祖保佑 永无BUG", " 佛祖保佑 永无BUG",
" 写字楼里写字间,写字间里程序员;", " 写字楼里写字间,写字间里程序员;",
" 程序人员写程序,又拿程序换酒钱。", " 程序人员写程序,又拿程序换酒钱。",
" 酒醒只在网上坐,酒醉还来网下眠;", " 酒醒只在网上坐,酒醉还来网下眠;",

View File

@ -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) {