소스 검색

替换采美豆空状态图标

zhengjinyi 4 년 전
부모
커밋
3c1caa257d
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      src/main/resources/static/img/account/icon-emptybeans@2x.png
  2. 1 1
      src/main/resources/templates/user-center/account/beans.html

BIN
src/main/resources/static/img/account/icon-emptybeans@2x.png


+ 1 - 1
src/main/resources/templates/user-center/account/beans.html

@@ -76,7 +76,7 @@
                         </div>
                     </div>
                     <div v-else class="empty">
-                        <img src="/img/common/empty.png">
+                        <img src="/img/account/icon-emptybeans@2x.png">
                         <div class="msg"><p>暂无数据</p></div>
                     </div>
                 </div>