Browse Source

替换采美豆空状态图标

zhengjinyi 4 years ago
parent
commit
3c1caa257d

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>