Aslee 3 jaren geleden
bovenliggende
commit
6ca57494a4
1 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 3 2
      src/main/webapp/WEB-INF/views/modules/baike/cmBaikeHotSearchForm.jsp

+ 3 - 2
src/main/webapp/WEB-INF/views/modules/baike/cmBaikeHotSearchForm.jsp

@@ -65,8 +65,8 @@
 					<form:options items="${instrumentList}" itemLabel="name" itemValue="id" htmlEscape="false"/>
 				</form:select>
 				<br> <br>
-				<form:radiobutton path="jumpType" name="jumpType" value="4" label="链接" />
-				<form:input path="jumpLink" htmlEscape="false" class="input-xlarge jumpType" onclick="changeJumpType()"/>
+				<form:radiobutton path="jumpType" name="jumpType" value="4" label="链接" onclick="changeJumpType()"/>
+				<form:input path="jumpLink" htmlEscape="false" class="input-xlarge jumpType"/>
 			</div>
 		</div>
 		<div class="control-group">
@@ -95,6 +95,7 @@
 	});
 
 	function changeJumpType() {
+	    debugger
 		var jumpType = $("input[name='jumpType']:checked").val();
 		var productId = $("#productId");
 		var instrumentId = $("#instrumentId");