laiguoran 3 лет назад
Родитель
Сommit
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>