增加一个搜索历史表

This commit is contained in:
luchenqun 2017-04-03 23:26:48 +08:00
parent f0aa9a0723
commit 787b551696
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ app.controller('menuCtr', ['$scope', '$stateParams', '$state', '$window', '$time
.popup({ .popup({
on: 'focus' on: 'focus'
}); });
}, 100) }, 1000)
}) })
.catch((err) => { .catch((err) => {
toastr.error('获取信息失败。错误信息:' + JSON.stringify(err), "错误"); toastr.error('获取信息失败。错误信息:' + JSON.stringify(err), "错误");