...
|
...
|
@@ -36,11 +36,23 @@ |
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>身份证正面</th>
|
|
|
<td><img src="{:cmf_get_image_url($data.img_front)}" alt=""></td>
|
|
|
<td>
|
|
|
<notempty name="$data.img_front">
|
|
|
<img src="{:cmf_get_image_preview_url($data.img_front)}"
|
|
|
style="height:36px;width: 36px;"
|
|
|
onclick="parent.imagePreviewDialog(this.src);">
|
|
|
</notempty>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>身份证反面</th>
|
|
|
<td><img src="{:cmf_get_image_url($data.img_back)}" alt=""></td>
|
|
|
<td>
|
|
|
<notempty name="$data.img_back">
|
|
|
<img src="{:cmf_get_image_preview_url($data.img_back)}"
|
|
|
style="height:36px;width: 36px;"
|
|
|
onclick="parent.imagePreviewDialog(this.src);">
|
|
|
</notempty>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<div class="form-group">
|
...
|
...
|
|