فهرست منبع

1.3.2颜选商城轮播图增加无跳转方式

JiangChongBo 2 سال پیش
والد
کامیت
2ed458d573
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/main/webapp/WEB-INF/views/modules/hehe/cmHeheImageForm.jsp

+ 3 - 0
src/main/webapp/WEB-INF/views/modules/hehe/cmHeheImageForm.jsp

@@ -126,6 +126,9 @@
 		</div>
 		<div class="control-group">
 			<label class="control-label">跳转方式:</label>
+			<div class="controls" style="margin-top: 10px">
+				<input type="radio" name="jumpType" value="4" class="relative-pst" onchange="changeJumpType()" ${cmHeheImage.jumpType eq 4 ? "checked" : ""} />无:
+			</div>
 			<div class="controls">
 				<input type="radio" name="jumpType" value="1" class="relative-pst" onchange="changeJumpType()" ${(cmHeheImage.jumpType eq null || cmHeheImage.jumpType eq 1 )? "checked" : ""} />链接:
 				<form:input path="jumpLink" htmlEscape="false" class="input-xxlarge relative-pst"/>