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/trade/list.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sub_pages/customer/trade/list.vue b/sub_pages/customer/trade/list.vue
index 6cd22bc..c433172 100644
--- a/sub_pages/customer/trade/list.vue
+++ b/sub_pages/customer/trade/list.vue
@@ -91,7 +91,7 @@
 						</view>
 						<view class="other-info flex">
 							<view class="m-r-15">
-								已售:{{item.sales||0}}
+								已售:{{ ((item.sales||0) +(item.realSales||0))   ||0}}
 							</view>
 							<view class="m-r-15">
 								剩余:{{item.stock||0}}
@@ -526,15 +526,15 @@
 			display: flex;
 
 			.tag {
-						min-width: 60rpx;
+				// min-width: 60rpx;
 				padding-left: 10rpx;
 				padding-right: 10rpx;
 				line-height: 30rpx;
 				background: #FEE6E6;
 				border-radius: 10rpx;
-				font-size: 22rpx;
+				font-size: 18rpx;
 				color: #CD1212;
-				margin-right: 12rpx;
+				margin-right: 6rpx;
 				text-align: center;
 			}
 			

--
Gitblit v1.9.3