1.更改文字错误;2.修复首页“标签图书”刷新异常

This commit is contained in:
2025-12-12 14:20:59 +08:00
parent 0b849c9508
commit 24b63154af
7 changed files with 15 additions and 9 deletions

View File

@@ -5,8 +5,8 @@
<view class="header">
<!-- 顶部导航栏 -->
<z-nav-bar backState="2000" title="我的订单"></z-nav-bar>
<view class="ordersTabs">
<view v-for="(item,index) in ordersTabs" @click="ordersTabCLi(item.value)" :key="index"
<view class="ordersTabs">
<view v-for="(item,index) in ordersTabs" @click="ordersTabCLi(item.value)" :key="index"
:class="ordersListTab==item.value?'ordersdefine ordStyle':'ordersdefine'">
{{item.name}}
<view class="ordersnum" v-if="item.value == 0 && map[item.value] > 0">{{map[item.value]}}</view>