导入页面兼容app特征修改
This commit is contained in:
@@ -117,7 +117,10 @@
|
||||
</div>
|
||||
</br>
|
||||
<!-- 63 app -->
|
||||
<c:if test="${cfg.functionId eq 63 or cfg.functionId eq 405}">
|
||||
<c:if test="${cfg.functionId eq 63 or cfg.functionId eq 405
|
||||
or cfg.functionId eq 402 or cfg.functionId eq 403 or cfg.functionId eq 520
|
||||
or cfg.functionId eq 563 or cfg.functionId eq 565 or cfg.functionId eq 564
|
||||
or cfg.functionId eq 566 or cfg.functionId eq 567}">
|
||||
<c:set var="cfgType" value="1"></c:set>
|
||||
<c:set var="spec_service_id"><spring:message code="social_app"/></c:set>
|
||||
<input type="hidden" name="appError" id="appError" value="${spec_service_id } <spring:message code="required" />">
|
||||
@@ -156,12 +159,12 @@
|
||||
<div for="parent.appIdName"></div>
|
||||
</div>
|
||||
</br>
|
||||
<c:if test="${cfgType eq 3}">
|
||||
<div class="row hidden">
|
||||
</c:if>
|
||||
<c:if test="${cfgType ne 3}">
|
||||
<div class="row">
|
||||
</c:if>
|
||||
<c:choose>
|
||||
<c:when test="${cfg.functionId eq 63 or cfg.functionId eq 408}">
|
||||
<div class="row">
|
||||
</c:when>
|
||||
<c:otherwise><div class="row hidden"></c:otherwise>
|
||||
</c:choose>
|
||||
<label class="control-label col-md-3"><spring:message code="behaviour_type"/></label>
|
||||
<div class="col-md-6" id="behaviorId">
|
||||
<select name="behaviorId" data-live-search="true" class="selectpicker form-control">
|
||||
|
||||
Reference in New Issue
Block a user