소스 검색

Merge branch 'dev' of http://192.168.1.41:3000/maixinrong/Calculation into dev

MaiXinRong 3 년 전
부모
커밋
46c2d07971
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/view/profile/sign.ejs

+ 2 - 2
app/view/profile/sign.ejs

@@ -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>