|
@@ -27,7 +27,7 @@
|
|
|
<div class="layui-colla-content layui-show">
|
|
|
<{if(isset($v1['content'])):}>
|
|
|
<{loop($v1['content']):}>
|
|
|
- <blockquote class="layui-elem-quote layui-quote-nm" <{if(isset($v2['checked'])):}>style="border-color: #1f25e2;"<{endif}>><{if($v2['pic']):}><{$v2['title']}><{if($v2['desc']):}>(<{$v2['desc']}>)<{endif}><br /><img src="<{$v2['pic']}>" style="width:150px;" /><{else:}><{$v2['title']}><{endif}> <{if(isset($v2['checked']) && !is_numeric($v2['checked'])):}><{$v2['checked']}><{endif}></blockquote>
|
|
|
+ <blockquote class="layui-elem-quote layui-quote-nm" <{if(isset($v2['checked'])):}>style="border-color: #1f25e2;"<{endif}>><{if($v2['pic']):}><{$v2['title']}><{if(isset($v2['desc']) && $v2['desc']):}>(<{$v2['desc']}>)<{endif}><br /><img src="<{$v2['pic']}>" style="width:150px;" /><{else:}><{$v2['title']}><{endif}> <{if(isset($v2['checked']) && !is_numeric($v2['checked'])):}><{$v2['checked']}><{endif}></blockquote>
|
|
|
<{endloop}>
|
|
|
<{else:}>
|
|
|
<{if(isset($v1['answer'])):}>
|