Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1788/head
zouap 3 years ago
parent
commit
8d2540c09c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/home/search.js

+ 1
- 1
public/home/search.js View File

@@ -709,7 +709,7 @@ function page(current){

function showTip(tip, type,left,top) {
var $tip = $('#tipmsg');
$tip.stop(true).prop('class', 'alert alert-' + type).html(tip).css('left', left).css('top', top).css('position', 'relative').fadeIn(500).delay(2000).fadeOut(500);
$tip.stop(true).prop('class', 'alert alert-' + type).html(tip).css({'left':left,'top':top,'position':'relative'}).fadeIn(500).delay(2000).fadeOut(500);
}

function setPage(currentPage){


Loading…
Cancel
Save