|
@@ -61,29 +61,29 @@
|
|
|
<p class="help-block"></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- {notempty name='vo.module_info.document_text'}
|
|
|
<div class="layui-form-item">
|
|
|
<label class="layui-form-label color-green font-w7">附件</label>
|
|
|
<div class="layui-input-block">
|
|
|
+ {notempty name='vo.module_info.document_text'}
|
|
|
{foreach $vo.module_info.document_text as $k=>$v}
|
|
|
- <p><a href="{$v}" target="_blank">{$v}</a></p>
|
|
|
+ <p><a href="{$v.fullurl}" target="_blank">{$v.fullurl}</a></p>
|
|
|
{/foreach}
|
|
|
+ {/notempty}
|
|
|
<p class="help-block"></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- {/notempty}
|
|
|
- {notempty name='vo.module_info.images_text'}
|
|
|
<div class="layui-form-item">
|
|
|
<label class="layui-form-label color-green font-w7">图片</label>
|
|
|
<div class="layui-input-block">
|
|
|
+ {notempty name='vo.module_info.images_text'}
|
|
|
{foreach $vo.module_info.images_text as $k=>$v}
|
|
|
<img data-tips-image src="{$v}" style="height: 300px;vertical-align:top"
|
|
|
class="margin-right-10 margin-bottom-10">
|
|
|
{/foreach}
|
|
|
+ {/notempty}
|
|
|
<p class="help-block"></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- {/notempty}
|
|
|
<div class="layui-form-item">
|
|
|
<label class="layui-form-label color-green font-w7">是否离"深"</label>
|
|
|
<div class="layui-input-block">
|
|
@@ -155,29 +155,29 @@
|
|
|
<p class="help-block"></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- {notempty name='vo2.module_info.document_text'}
|
|
|
<div class="layui-form-item">
|
|
|
<label class="layui-form-label color-green font-w7">附件</label>
|
|
|
<div class="layui-input-block">
|
|
|
+ {notempty name='vo2.module_info.document_text'}
|
|
|
{foreach $vo2.module_info.document_text as $k=>$v}
|
|
|
- <p><a href="{$v}" target="_blank">{$v}</a></p>
|
|
|
+ <p><a href="{$v.fullurl}" target="_blank">{$v.fullurl}</a></p>
|
|
|
{/foreach}
|
|
|
+ {/notempty}
|
|
|
<p class="help-block"></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- {/notempty}
|
|
|
- {notempty name='vo2.module_info.images_text'}
|
|
|
<div class="layui-form-item">
|
|
|
<label class="layui-form-label color-green font-w7">图片</label>
|
|
|
<div class="layui-input-block">
|
|
|
+ {notempty name='vo2.module_info.images_text'}
|
|
|
{foreach $vo2.module_info.images_text as $k=>$v}
|
|
|
<img data-tips-image src="{$v}" style="height: 300px;vertical-align:top"
|
|
|
class="margin-right-10 margin-bottom-10">
|
|
|
{/foreach}
|
|
|
+ {/notempty}
|
|
|
<p class="help-block"></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- {/notempty}
|
|
|
<div class="layui-form-item">
|
|
|
<label class="layui-form-label color-green font-w7">是否离"深"</label>
|
|
|
<div class="layui-input-block">
|