zhanglinxin 1 年之前
父节点
当前提交
1b56a0c483
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      application/api/view/common/index_approve.html

+ 2 - 2
application/api/view/common/index_approve.html

@@ -11,8 +11,8 @@
                     <td align="right">{$v.approve_time|default='--'}</td>
                 </tr>
             </table>
-            {if ($v.user.signature_status eq 3)}
-            <div style="line-height: 100%;"><img src="{$v.user.signature}" height="30px" style="vertical-align:top;"></div>
+            {if ($v.user.signature_status eq 3 && $v.user.signature)}
+            <img src="{$v.user.signature}" height="30px" style="vertical-align:top;">
             {/if}
         </td>
     </tr>