Ver Código Fonte

关键词修改

xuchuntyang 7 anos atrás
pai
commit
9c0cf57e1a

+ 2 - 5
cmp-portal/js/articalIssue.js

@ -38,7 +38,7 @@ $(function() {
38 38
				$(".keydrop").addClass("displayNone");
39 39
			}else{
40 40
				$(".frmadd").removeClass("displayNone");
41
				$(".keydrop").removeClass("displayNone");
41
				
42 42
			}
43 43
			if($(this).val().length > 10) {
44 44
				$(this).val($(this).val().substr(0, 10));
@ -286,10 +286,7 @@ $(function() {
286 286
							$("#keydropList").append($itemlist);
287 287
							$itemlist.find(".h2Font").text(data.data[i].caption);
288 288
						}
289
						if(data.data.length==0) {
290
							$(".keydrop").hide();
291
							$(".keydrop ul").html("");
292
						}
289
						$(".keydrop").removeClass("displayNone");
293 290
					} else {
294 291
						$(".keydrop").addClass("displayNone");
295 292
						$(".keydrop ul").html("");

+ 1 - 5
cmp-portal/js/articalModify.js

@ -43,7 +43,6 @@ $(function() {
43 43
				$(".keydrop").addClass("displayNone");
44 44
			}else{
45 45
				$(".frmadd").removeClass("displayNone");
46
				$(".keydrop").removeClass("displayNone");
47 46
			}
48 47
			if($(this).val().length > 10) {
49 48
				$(this).val($(this).val().substr(0, 10));
@ -311,10 +310,7 @@ $(function() {
311 310
							$("#keydropList").append($itemlist);
312 311
							$itemlist.find(".h2Font").text(data.data[i].caption);
313 312
						}
314
						if(data.data.length==0) {
315
							$(".keydrop").hide();
316
							$(".keydrop ul").html("");
317
						}
313
						$(".keydrop").removeClass("displayNone");
318 314
					} else {
319 315
						$(".keydrop").addClass("displayNone");
320 316
						$(".keydrop ul").html("");

+ 4 - 3
js/articalIssue.js

@ -37,7 +37,7 @@ $(function() {
37 37
				$(".keydrop").addClass("displayNone");
38 38
			}else{
39 39
				$(".frmadd").removeClass("displayNone");
40
				$(".keydrop").removeClass("displayNone");
40
				//$(".keydrop").removeClass("displayNone");
41 41
			}
42 42
			if($(this).val().length > 10) {
43 43
				$(this).val($(this).val().substr(0, 10));
@ -286,10 +286,11 @@ $(function() {
286 286
							$("#keydropList").append($itemlist);
287 287
							$itemlist.find(".h2Font").text(data.data[i].caption);
288 288
						}
289
						if(data.data.length==0) {
289
						/*if(data.data.length==0) {
290 290
							$(".keydrop").hide();
291 291
							$(".keydrop ul").html("");
292
						}
292
						}*/
293
						$(".keydrop").removeClass("displayNone");
293 294
					} else {
294 295
						$(".keydrop").addClass("displayNone");
295 296
						$(".keydrop ul").html("");

+ 1 - 5
js/articalModify.js

@ -42,7 +42,6 @@ $(function() {
42 42
				$(".keydrop").addClass("displayNone");
43 43
			}else{
44 44
				$(".frmadd").removeClass("displayNone");
45
				$(".keydrop").removeClass("displayNone");
46 45
			}
47 46
			if($(this).val().length > 10) {
48 47
				$(this).val($(this).val().substr(0, 10));
@ -309,10 +308,7 @@ $(function() {
309 308
							$("#keydropList").append($itemlist);
310 309
							$itemlist.find(".h2Font").text(data.data[i].caption);
311 310
						}
312
						if(data.data.length==0) {
313
							$(".keydrop").hide();
314
							$(".keydrop ul").html("");
315
						}
311
						$(".keydrop").removeClass("displayNone");
316 312
					} else {
317 313
						$(".keydrop").addClass("displayNone");
318 314
						$(".keydrop ul").html("");