This commit is contained in:
lixuan
2022-06-10 10:13:38 +08:00
parent 8534bd605e
commit 4ffb634e97
12 changed files with 284 additions and 7 deletions

View File

@@ -83,6 +83,15 @@
</view>
<text>{{ item.name }}</text>
</view>
<view class="cu-item" @tap="routerTo(cuIconList[9].path)">
<view :class="['cuIcon-' + cuIconList[9].cuIcon, 'text-' + cuIconList[9].color]" class="text-sl">
<view class="cu-tag badge" v-if="cuIconList[9].badge != 0">
<block v-if="cuIconList[9].badge != 9">
{{ cuIconList[9].badge > 99 ? '99+' : cuIconList[9].badge }}</block>
</view>
</view>
<text>{{ cuIconList[9].name }}</text>
</view>
<view class="cu-item" @tap="routerTo('/pages/station-price/station-price')">
<view :class="['cuIcon-' + cuIconList[1].cuIcon, 'text-' + cuIconList[1].color]" class="text-sl">
<view class="cu-tag badge" v-if="cuIconList[1].badge != 0">
@@ -269,7 +278,13 @@
badge: 0,
name: '交易统计'
},
{
cuIcon: 'refund',
path: '/oilPricesReported/oilPricesReported',
color: 'purple',
badge: 0,
name: '油价上报'
},
]
};