ソースを参照

commit -m 返佣服务费

zhengjinyi 2 年 前
コミット
5f978d78f6

+ 1 - 1
components/cm-module/receipt/receipt-details.vue

@@ -151,7 +151,7 @@ export default {
 			.list-title-num {
 				float: left;
 				text-align: left;
-				color: #e15616;
+				color: #42b983;
 				line-height: 40rpx;
 				margin-left: 20rpx;
 			}

+ 1 - 1
components/cm-module/receipt/receipt-orderDetails.vue

@@ -243,7 +243,7 @@ export default {
 			.list-title-num {
 				float: left;
 				text-align: left;
-				color: #e15616;
+				color: #42b983;
 				line-height: 40rpx;
 				margin-left: 20rpx;
 			}

+ 1 - 1
components/cm-module/receipt/receipt-refund.vue

@@ -124,7 +124,7 @@
 			.list-title-num {
 				float: left;
 				text-align: left;
-				color: #e15616;
+				color: #42b983;
 				line-height: 40rpx;
 				margin-left: 20rpx;
 			}

+ 3 - 3
pages/collection/list.vue

@@ -51,7 +51,7 @@
 								<view class="list-title-t">
 									<view class="list-title-tip">
 										<text class="badges">{{ receipt.receiptType | formatReceiptType }}</text>
-										<text class="badgesb" v-if="receipt.receiptType == 2 && receipt.secondHandOrderFlag ==1">二手</text>
+										<text class="badgesb" v-if="receipt.secondHandOrderFlag ==1">二手</text>
 										<text class="badgesa" v-if="receipt.receiptType == 2">
 											{{ receipt.newReceiptType | formatNewReceiptType }}
 										</text>
@@ -969,10 +969,10 @@
 					height: 40rpx;
 					line-height: 40rpx;
 					border-radius: 4rpx;
-					background: #FCB16A;
+					background: #e3ebf7;
 					font-size: $font-size-24;
 					text-align: center;
-					color: #ffffff;
+					color: #9aa5b5;
 					margin-left: 24rpx;
 				}
 			}

+ 1 - 1
pages/relation/nonorder/list.vue

@@ -626,7 +626,7 @@ page {
 		.list-title-num {
 			float: left;
 			text-align: left;
-			color: #e15616;
+			color: #42b983;
 			line-height: 40rpx;
 			margin-left: 20rpx;
 		}

+ 1 - 1
pages/relation/order/detail.vue

@@ -396,7 +396,7 @@ page {
 			.list-title-num {
 				float: left;
 				text-align: left;
-				color: #e15616;
+				color: #42b983;
 				line-height: 40rpx;
 				margin-left: 20rpx;
 			}

+ 1 - 1
pages/relation/refund/detail.vue

@@ -540,7 +540,7 @@
 					.list-title-num {
 						float: left;
 						text-align: left;
-						color: #e15616;
+						color: #42b983;
 						line-height: 40rpx;
 						margin-left: 20rpx;
 					}

+ 1 - 1
pages/relation/refund/index.vue

@@ -855,7 +855,7 @@ page {
 		.list-title-num {
 			float: left;
 			text-align: left;
-			color: #e15616;
+			color: #42b983;
 			line-height: 40rpx;
 			margin-left: 20rpx;
 		}

+ 3 - 3
pages/relation/return/detail.vue

@@ -527,10 +527,10 @@
 								height: 40rpx;
 								line-height: 40rpx;
 								border-radius: 20rpx;
-								background: #FCB16A;
+								background: #e3ebf7;
 								font-size: $font-size-24;
 								text-align: center;
-								color: #ffffff;
+								color: #9aa5b5;
 								margin-left: 24rpx;
 							}
 						}
@@ -553,7 +553,7 @@
 						.list-title-num {
 							float: left;
 							text-align: left;
-							color: #e15616;
+							color: #42b983;
 							line-height: 40rpx;
 							margin-left: 20rpx;
 						}

+ 3 - 3
pages/relation/return/index.vue

@@ -872,10 +872,10 @@ page {
 				height: 40rpx;
 				line-height: 40rpx;
 				border-radius: 20rpx;
-				background: #FCB16A;
+				background: #e3ebf7;
 				font-size: $font-size-24;
 				text-align: center;
-				color: #ffffff;
+				color: #9aa5b5;
 				margin-left: 24rpx;
 			}
 		}
@@ -898,7 +898,7 @@ page {
 		.list-title-num {
 			float: left;
 			text-align: left;
-			color: #e15616;
+			color: #42b983;
 			line-height: 40rpx;
 			margin-left: 20rpx;
 		}

+ 15 - 1
pages/relation/return/list.vue

@@ -48,6 +48,7 @@
 									<view class="list-title-t">
 										<view class="list-title-tip">
 											<text class="badges">{{ order.mainOrder.orderType | formatOrderType }}</text>
+											<text class="badgesb" v-if="order.secondHandOrderFlag ==1">二手</text>
 										</view>
 										<view class="list-title-tag" v-if="order.mainOrder.organizeId == 3">
 											<text class="badges">维沙</text>
@@ -647,6 +648,19 @@ page {
 				text-align: center;
 				color: #666666;
 			}
+			.badgesb{
+				display: block;
+				float: left;
+				padding: 0 15rpx;
+				height: 40rpx;
+				line-height: 40rpx;
+				border-radius: 20rpx;
+				background: #e3ebf7;
+				font-size: $font-size-24;
+				text-align: center;
+				color: #9aa5b5;
+				margin-left: 24rpx;
+			}
 		}
 		.list-title-tag {
 			float: left;
@@ -667,7 +681,7 @@ page {
 		.list-title-num {
 			float: left;
 			text-align: left;
-			color: #e15616;
+			color: #42b983;
 			line-height: 40rpx;
 			margin-left: 20rpx;
 		}