From 391fda5abc765586a65683a10fbc889f23cf0c87 Mon Sep 17 00:00:00 2001
From: luyuan <1162963624@qq.com>
Date: Fri, 11 Sep 2020 19:46:19 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E9=80=89=E6=8B=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 pages/index/details.vue | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/pages/index/details.vue b/pages/index/details.vue
index 0286710..8680b07 100644
--- a/pages/index/details.vue
+++ b/pages/index/details.vue
@@ -87,7 +87,7 @@
 				骑手
 				自提
 			
-			
+			
 				{{cur == 0 ? '快递单号':'骑手信息'}}
 				{{ cur == 0 ? pushid ? companyidA.express_name + ": " + pushid : '' : selctcar ? selctcar.label : '' }}
 			
@@ -269,6 +269,7 @@ export default {
       takeawayer_info: {}, // 骑手信息
 			mineBy_img: "", // 自提图片
 			mineBy_text: "", // 自提备注
+			pushstyleBshow: false
 		};
 	},
 	onLoad(option) {
@@ -331,17 +332,25 @@ export default {
 		},
 		// 人工配送
 		pushstyleA() {
-			this.cur = 0;
+
+			if(this.cur != 0){
+				return ;
+			}
 			this.showcompany = true;
 		},
 		// 选择骑手
 		pushstyleB() {
-			this.cur = 1;
+			if(this.cur != 1){
+				return ;
+			}
 			this.show = true;
 		},
 		// 选择骑手
 		pushstyleC() {
-			this.cur = 2;
+			if(this.cur != 2){
+				return ;
+			}
+			this.pushstyleBshow = true
 		},
 		// 获取物流公司列表
 		getcompanyinfo() {
@@ -782,7 +791,7 @@ export default {
             justify-content: space-around;
 			> view {
 				font-size: 30rpx;
-				color: rgba(0, 0, 51, 1);
+				color: #999;
 				width: 30%;
 				height: 80rpx;
 				border: 1rpx solid rgba(236, 236, 236, 1);