Browse Source

服务市场

wangshan 9 năm trước cách đây
mục cha
commit
0769c7d8f8
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      core/src/web/templates/member/incmobile/list.html

+ 4 - 4
core/src/web/templates/member/incmobile/list.html

@@ -354,10 +354,10 @@ var TipAssembly = {
 			this.timeout = null;
 		}
 		var thisClass = this;
-		//this.timeout = setTimeout(function(){
-		//	thisClass.hide();
-		//	thisClass.timeout = null;
-		//},1000);
+		this.timeout = setTimeout(function(){
+			thisClass.hide();
+			thisClass.timeout = null;
+		},1000);
 		$("body").append('<div class="tipAssembly" id="tipAssembly">'+text+'</div>');
 		if(typeof(css) != "undefined"){
 			$("#tipAssembly").css(css);