Aslee 3 vuotta sitten
vanhempi
commit
e27adeda2e

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

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

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/baike/cmBaikeProductList.jsp

@@ -120,7 +120,7 @@
 					</c:if>
 				</td>
 				<td>
-					<a href="${fns:getConfig('wwwServer')}encyclopedia/${cmBaikeProduct.commodityType eq 1?'product':'instrument'}-${cmBaikeProduct.id}.html">查看</a>
+					<a target="_blank" href="${fns:getConfig('wwwServer')}encyclopedia/${cmBaikeProduct.commodityType eq 1?'product':'instrument'}-${cmBaikeProduct.id}.html">查看</a>
     				<a href="${ctx}/baike/cmBaikeProduct/form?id=${cmBaikeProduct.id}">编辑</a>
 					<a href="${ctx}/baike/cmBaikeProduct/delete?id=${cmBaikeProduct.id}" onclick="return confirmx('确认要删除该产品吗?', this.href)">删除</a>
 					<a onclick="showTopSelect(${index.index},'open')" href="javascript:void(0)">首页置顶</a>