|
@@ -51,12 +51,12 @@
|
|
|
<div class="position-relative">
|
|
|
<img src="/public/images/baobiao3.png">
|
|
|
<div class="position-absolute fixed-top" id="sign-show" style="left:290px;top:320px">
|
|
|
- <% if (accountData.sign_path !== '') { %>
|
|
|
+ <% if (!accountData.sign_path) { %>
|
|
|
<img src="/public/upload/sign/<%= accountData.sign_path %>" width="90">
|
|
|
<% } %>
|
|
|
</div>
|
|
|
<div class="position-absolute fixed-top" id="stamp-show" style="left:300px;top:260px">
|
|
|
- <% if (accountData.stamp_path !== '') { %>
|
|
|
+ <% if (!accountData.stamp_path) { %>
|
|
|
<img src="<%- fujianOssPath + accountData.stamp_path %>" width="90">
|
|
|
<% } %>
|
|
|
</div>
|