fix:个人中心添加待评价按钮

feature/comment-0620-ch
ch 2 years ago
parent 90e514436b
commit 925d13cc40

@ -3,7 +3,7 @@
components: { UiCell },: ch
* @Date: 2019-08-22 19:41:20
* @LastEditors: ch
* @LastEditTime: 2022-06-01 15:15:11
* @LastEditTime: 2022-06-24 09:37:06
* @Description: file content
-->
<template>
@ -38,6 +38,11 @@
<image class="item-icon" src="@/static/account/sh.png"/>
<view>待收货</view>
</view>
<view class="order-tabs--item" @click="$Router.push('/orderList?tab=5')">
<u-badge class="item-badge" max="99" :value="statistic.deliveredCount"></u-badge>
<image class="item-icon" src="@/static/account/sh.png"/>
<view>待评价</view>
</view>
</view>
</view>
<view class="cell">

@ -2,13 +2,13 @@
* @Author: ch
* @Date: 2022-03-22 10:58:24
* @LastEditors: ch
* @LastEditTime: 2022-06-23 11:11:38
* @LastEditTime: 2022-06-24 09:40:07
* @Description: file content
-->
<template>
<view>
<view class="tabs">
<text :class="item.key === currentTabKey && 'tabs__active'"
<text :class="item.key == currentTabKey && 'tabs__active'"
v-for="item in tabListData" :key="item.key" @click="changeTab(item.key)">
{{item.name}}</text>
</view>

Binary file not shown.

After

Width:  |  Height:  |  Size: 791 B

Loading…
Cancel
Save