From 93bb6d37f1e46e014dbfe7fbc9e69c4478c6cc13 Mon Sep 17 00:00:00 2001
From: Enzo <1284707383@qq.com>
Date: Wed, 29 Sep 2021 15:02:43 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E4=B8=8A=E4=BC=A0=E5=9B=BE?=
 =?UTF-8?q?=E7=89=87=E6=88=91=E7=9A=84=E8=AE=A2=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 common/js/config.js                           |    2 +-
 pages/discover/publish.vue                    |    2 +-
 pages/order/index/onlineorder.vue             | 1187 ++++++++---------
 pages/order/newdetail/newdetail.vue           |  123 +-
 pages/point/exchangeRecord/exchangeRecord.vue |    2 +-
 5 files changed, 696 insertions(+), 620 deletions(-)
diff --git a/common/js/config.js b/common/js/config.js
index 4279dca..0d601a8 100644
--- a/common/js/config.js
+++ b/common/js/config.js
@@ -16,7 +16,7 @@ export default  {
 		//https://demo-guojiang-ec-api.guojiang.club/
 		
 		baseUrl: process.env.NODE_ENV === 'development' ? 
-		'http://192.168.3.81/' : 'https://v3-ec-admin-dev.guojiang.club/', // 运行时自动替换变量
+		'http://192.168.3.165/' : 'https://v3-ec-admin-dev.guojiang.club/', // 运行时自动替换变量
     },
 	 PACKAGES: {
         activity: false,
diff --git a/pages/discover/publish.vue b/pages/discover/publish.vue
index 2eab8e8..32f43f4 100644
--- a/pages/discover/publish.vue
+++ b/pages/discover/publish.vue
@@ -99,7 +99,7 @@
 					header: {
 						Authorization: this.$cookieStorage.get('user_token')
 					},
-					url: 'http://192.168.3.29/api/discover/upload_image',
+					url: this.$config.GLOBAL.baseUrl+'api/discover/upload_image',
 					filePath: img,
 					fileType: 'image',
 					name: 'image',
diff --git a/pages/order/index/onlineorder.vue b/pages/order/index/onlineorder.vue
index bffa7df..d08536f 100644
--- a/pages/order/index/onlineorder.vue
+++ b/pages/order/index/onlineorder.vue
@@ -1,594 +1,593 @@
-
-	
-		 nav_height = e">
-		
-			线上订单
-			线下订单
-		
-		
-			
-				
-			
-			
-				
-				
-			
-			
-				
-					
-						
-						
-							
-								订单编号{{item2.order_no}}
-							
-							
-								
-								{{item2.from}}
-								
-							
-							
-								
-									
-									
-										{{i.item_name}}
-										
-											{{i.item_meta.specs_text}}
-											¥{{item2.items_total_yuan}}
-										
-									
-								
-								
-									{{item2.status_text}}
-									
-								
-							
-						
-						
-						
-							{{tabItem.loadingText}}
-							
-						
-						
-						
-						
-					
-				
-			
-		
-		
-			
-			
-				
-				
-					
-						{{item.balance.balance}}
-						{{item.balance.note}}
-					
-					
-						¥{{item.balance.current}}
-						{{item.created_at}}
-					
-				
-				
-				
-					{{loadingText}}
-					
-				
-				
-				
-			
-		
-	
-
-
-
-
-
-
-
+
+	
+		 nav_height = e">
+		
+			线上订单
+			线下订单
+		
+		
+			
+				
+			
+			
+				
+				
+			
+			
+				
+					
+						
+						
+							
+								订单编号{{item2.order_no}}
+							
+							
+								
+								{{item2.from}}
+								
+							
+							
+								
+									
+									
+										{{i.item_name}}
+										
+											{{i.item_meta.specs_text}}
+											¥{{item2.items_total_yuan}}
+										
+									
+								
+								
+									{{item2.status_text}}
+									
+								
+							
+						
+						
+						
+							{{tabItem.loadingText}}
+							
+						
+						
+						
+						
+					
+				
+			
+		
+		
+			
+			
+				
+				
+					
+						{{item.balance.balance}}
+						{{item.balance.note}}
+					
+					
+						¥{{item.balance.current}}
+						{{item.created_at}}
+					
+				
+				
+				
+					{{loadingText}}
+					
+				
+				
+				
+			
+		
+	
+
+
+
+
+
+
+
diff --git a/pages/order/newdetail/newdetail.vue b/pages/order/newdetail/newdetail.vue
index dfb6101..f4a6278 100644
--- a/pages/order/newdetail/newdetail.vue
+++ b/pages/order/newdetail/newdetail.vue
@@ -1,12 +1,13 @@
 
-	
+	
 		
-		
+		
+		
 			剩余支付时间:
-			
+			
+				
 				
 					
-						
 						
 							{{ minute >= 10 ? minute : "0" + minute }}
 							:
@@ -87,7 +88,8 @@
 				商品订单编号
 				
 					{{order_details.order_no}}
-					复制
+					复制
 				
 			
 			
@@ -173,21 +175,24 @@
 
 
 
@@ -231,6 +295,7 @@
 		padding: 0 32rpx;
 		align-items: center;
 	}
+
 	.waitconfirm-tag {
 		width: 136rpx;
 		height: 53rpx;
@@ -242,6 +307,7 @@
 		justify-content: center;
 		align-items: center;
 	}
+
 	.btn-cancel {
 		width: 220rpx;
 		height: 90rpx;
@@ -253,6 +319,7 @@
 		justify-content: center;
 		align-items: center;
 	}
+
 	.btn-confirm {
 		width: 220rpx;
 		height: 90rpx;
@@ -264,6 +331,7 @@
 		justify-content: center;
 		align-items: center;
 	}
+
 	.btn-atonce {
 		width: 220rpx;
 		height: 90rpx;
@@ -275,6 +343,7 @@
 		justify-content: center;
 		align-items: center;
 	}
+
 	.order-btn {
 		width: 100%;
 		height: 120rpx;
@@ -285,6 +354,7 @@
 		position: fixed;
 		bottom: 0;
 	}
+
 	.tips {
 		display: flex;
 		background-color: #F63434;
@@ -293,42 +363,49 @@
 		justify-content: center;
 		align-items: center;
 	}
-	.card{
+
+	.card {
 		height: max-content;
 		width: 750rpx;
 		padding: 30rpx 32rpx;
 		background-color: #FFFFFF;
-		&:nth-child(n+2){
+
+		&:nth-child(n+2) {
 			margin-top: 20rpx;
 		}
 	}
-	.goods{
-		.shop-name{
+
+	.goods {
+		.shop-name {
 			font-size: 28rpx;
 			color: #222222;
 			font-weight: bold;
 			margin: 0 15rpx;
 		}
-		.goods-img{
+
+		.goods-img {
 			width: 130rpx;
 			height: 130rpx;
 			border-radius: 4rpx;
 			margin-right: 15rpx;
 			background-color: #EEEEEE;
 		}
-		.info{
+
+		.info {
 			width: 540rpx;
 			height: 130rpx;
 			display: flex;
 			flex-direction: column;
 			justify-content: space-around;
-			.price{
+
+			.price {
 				font-size: 32rpx;
 				color: #F63434;
 				font-weight: bold;
 			}
 		}
-		.order-num{
+
+		.order-num {
 			font-size: 24rpx;
 			color: #999999;
 			display: flex;
diff --git a/pages/point/exchangeRecord/exchangeRecord.vue b/pages/point/exchangeRecord/exchangeRecord.vue
index b3b2aba..abde852 100644
--- a/pages/point/exchangeRecord/exchangeRecord.vue
+++ b/pages/point/exchangeRecord/exchangeRecord.vue
@@ -95,7 +95,7 @@
 				this.$http.get({
 					api: 'api/order/point/list',
 					header: {
-					   Authorization: `Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjVkYTY5YjM5NWFhYzM5NzVmMzI3ZTEwZDEyMzAzZjI5MzE4ZmU2OGE2Njg0MTU0MWVjMjQ2NWM4ZWJkYjRlMTUwMmY1NWM0NDlkOTcxZDdjIn0.eyJhdWQiOiIzIiwianRpIjoiNWRhNjliMzk1YWFjMzk3NWYzMjdlMTBkMTIzMDNmMjkzMThmZTY4YTY2ODQxNTQxZWMyNDY1YzhlYmRiNGUxNTAyZjU1YzQ0OWQ5NzFkN2MiLCJpYXQiOjE2MzIzODY3NDAsIm5iZiI6MTYzMjM4Njc0MCwiZXhwIjoxNjYzOTIyNzQwLCJzdWIiOiIxIiwic2NvcGVzIjpbXX0.am-szF_sZcjtyOnEJT1DHMnr1hjAZ90MJc1Pc3AD3FrcQU5xb-u43ddL70ZmM3OxxLTZlmrB8OA3XJYREMtcz26MzwOMfopB9A5AH1EjHiFCV_368cq4ZpXNFi_Sn_LrY9Wje0-WMvkznF8tbrdCNrZn5YyIV47cwEnUNQrrREX4OhcgrSfNvwnh8_O_fueBwws9yY3tTlvVB7-AvG2urFI5XCzygsE3llE0wxF5ZJO1T5QRYLDse2BQ3d9feFzO5_7FiVspKr8DrJUlZP-Zz02UgIDIA_PX0UO2M0KeBwqPYq2d5uEnXT8or7K9coSnHRqbbr4qn6iczxDu4ofM58oCcaPycbtI3RvP2SMZuWmX8fXw-T99XltK_uJEU_wlIkrjvabzyo3tkrxRrwmzJEb3Yf4Lbah_xtfi24Nsu9SRjdw8YoiF6YhuuU5YaOn-wLltgmugfYpkFpEOneVAxoMjkm5IxZAJYMXF-DeSpdOoiTmuIRZYX4GDa55s_31r0YMyF6IIQNUvOjHHk-sJSHG0kPd5QivLP7dxE5XndwyFKAOeM97X2TjdYMhJz0EBCyS4Y_pI6AFWsxJkKsa0aqvBAeJyOV9k8kbYwtPeeBhBNsDWSlGBEZYMcoAv-C-IBZzd7gu2Ceh_MJPItrnsvj8W43Cv1TwxD26bJyt9EUY`
+					    Authorization: this.$cookieStorage.get('user_token')
 					},
 					data: {
 						page: this.page