Commit 44d0a5f2 by txy

'search不能为空'

parent 7c725903
......@@ -164,14 +164,14 @@ function getAjaxListSearch(type,page,callback) {
}else if(type == 'search') {
var searchVal = $('.search-input.c-read-only').val()
var descs = 'createTime'
if(searchVal == '') {
$.dialog({
type : 'tips',
autoClose : 3000,
infoText : '搜索关键词不能为空'
});
return false
}
// if(searchVal == '') {
// $.dialog({
// type : 'tips',
// autoClose : 3000,
// infoText : '搜索关键词不能为空'
// });
// return false
// }
if(gb_player_loaded) {
return
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment