瀏覽代碼

修复签章bug

laiguoran 3 年之前
父節點
當前提交
4265ece512
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/view/profile/sign.ejs

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

@@ -56,7 +56,7 @@
                                             <% } %>
                                         </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>