This commit is contained in:
parent
e5406af13b
commit
fbe0e064a4
|
@ -48,7 +48,7 @@
|
||||||
<view class="nav-item" @click="navTo('/pagesOrder/order/order?type=0')">
|
<view class="nav-item" @click="navTo('/pagesOrder/order/order?type=0')">
|
||||||
<image src="@/static/tab/da.png"></image>
|
<image src="@/static/tab/da.png"></image>
|
||||||
<text>我的订单</text>
|
<text>我的订单</text>
|
||||||
<view class="badge">{{ userStore.userInfo.no_writeoff }}</view>
|
<view class="badge" v-if="userStore.userInfo.no_writeoff">{{ userStore.userInfo.no_writeoff }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="nav-item" @click="navTo('/pages/my/my')">
|
<view class="nav-item" @click="navTo('/pages/my/my')">
|
||||||
<image src="@/static/tab/ca.png"></image>
|
<image src="@/static/tab/ca.png"></image>
|
||||||
|
@ -677,7 +677,7 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
background-color: #FF0000;
|
background-color: #FF0000;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
padding: 0 5rpx;
|
padding: 0 8rpx;
|
||||||
border-radius: 50rpx;
|
border-radius: 50rpx;
|
||||||
font-size: 18rpx;
|
font-size: 18rpx;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue