From 2faf4eee0eb42db65e7833004a44e187951e9b55 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 09 九月 2024 00:58:29 +0800 Subject: [PATCH] update合伙人的质检3级页面变成了2级 --- sub_pages/customer/shop/shop.vue | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sub_pages/customer/shop/shop.vue b/sub_pages/customer/shop/shop.vue index e05d579..8d27426 100644 --- a/sub_pages/customer/shop/shop.vue +++ b/sub_pages/customer/shop/shop.vue @@ -123,7 +123,7 @@ </view> --> <view class="other-info flex" @click.stop="toDetail(item)"> <view class="m-r-15"> - 已售:{{item.sales || 0}} + 已售:{{ ((item.sales||0) +(item.realSales||0)) || 0}} </view> <view class="m-r-15"> 剩余:{{item.stock || 0}} @@ -573,15 +573,15 @@ display: flex; .tag { - min-width: 60rpx; - padding-left: 10rpx; - padding-right: 10rpx; - line-height: 30rpx; - background: #FEE6E6; - border-radius: 10rpx; - font-size: 22rpx; - color: #CD1212; - margin-right: 12rpx; + // min-width: 60rpx; + padding-left: 10rpx; + padding-right: 10rpx; + line-height: 30rpx; + background: #FEE6E6; + border-radius: 10rpx; + font-size: 18rpx; + color: #CD1212; + margin-right: 6rpx; text-align: center; } -- Gitblit v1.9.3