作者 王晓刚
1 个管道 的构建 通过 耗费 2 秒

提现最低限制

... ... @@ -36,11 +36,23 @@
</tr>
<tr>
<th>身份证正面</th>
<td><img src="{:cmf_get_image_url($data.img_front)}" style="width:auto;height:auto;max-width: 100%;max-height: 100%;" 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)}" style="width:auto;height:auto;max-width: 100%;max-height: 100%;" 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">
... ...