fix: 替换不存在的food-o图标为fire-o

This commit is contained in:
li
2026-03-14 21:23:03 +08:00
parent 862705847e
commit 9aa23638a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ function onCall() {
<span>首页</span>
</div>
<div class="tab-item" :class="{ active: active === 'meal' }" @click="go('meal')">
<van-icon name="food-o" size="23" />
<van-icon name="fire-o" size="23" />
<span>用膳</span>
</div>
<!-- 中央呼叫按钮 -->