From 6d18b713df9b9226d98c90425ca6ce44379fc4f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Thu, 9 Sep 2021 10:12:34 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=9A=E5=91=98=E6=9C=8D?=
 =?UTF-8?q?=E5=8A=A1=E9=A1=B5=E9=9D=A2UI=E3=80=81=E5=AE=8C=E6=88=90?=
 =?UTF-8?q?=E4=BD=99=E9=A2=9D=E6=98=8E=E7=BB=86=E9=A1=B5=E9=9D=A2UI?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 pages.json                                  |   3 +-
 pages/recharge/balance/balance - 副本.vue | 284 ++++++++++++++
 pages/recharge/balance/balance.vue          | 408 +++++++-------------
 pages/user/member/service.vue               |   6 +-
 4 files changed, 420 insertions(+), 281 deletions(-)
 create mode 100644 pages/recharge/balance/balance - 副本.vue
diff --git a/pages.json b/pages.json
index 6438940..ad3cbee 100644
--- a/pages.json
+++ b/pages.json
@@ -395,7 +395,8 @@
          {
 			"path": "pages/recharge/balance/balance",
 			"style": {
-				"navigationBarTitleText": "余额"	
+				"navigationBarTitleText": "余额"	,
+				"navigationStyle":"custom"
 			}
 		},
 		{
diff --git a/pages/recharge/balance/balance - 副本.vue b/pages/recharge/balance/balance - 副本.vue
new file mode 100644
index 0000000..2003053
--- /dev/null
+++ b/pages/recharge/balance/balance - 副本.vue	
@@ -0,0 +1,284 @@
+
+
+    
+		
+        
+            
+                账户余额(元)
+            
+            
+                
+                    {{num/100}}
+                
+                
+                    充值 >
+                
+            
+        
+        
+            
+                {{item.name}}
+                {{item.name}}
+            
+        
+        
+            
+                
+                    
+                        
+                            {{item.note}}
+                            {{item.updated_at}}
+                        
+                        
+                            +{{item.value/100}}
+                        
+                    
+                
+                
+                    {{showText}}
+                
+            
+            
+                
+                    
+                        
+                            {{item.note}}
+                            {{item.updated_at}}
+                        
+                        
+                            {{item.value/100}}
+                        
+                    
+                
+                
+                    {{showText}}
+                
+            
+        
+    
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/recharge/balance/balance.vue b/pages/recharge/balance/balance.vue
index 2003053..c6bdbc6 100644
--- a/pages/recharge/balance/balance.vue
+++ b/pages/recharge/balance/balance.vue
@@ -1,284 +1,136 @@
 
-
-    
-		
-        
-            
-                账户余额(元)
-            
-            
-                
-                    {{num/100}}
-                
-                
-                    充值 >
-                
-            
-        
-        
-            
-                {{item.name}}
-                {{item.name}}
-            
-        
-        
-            
-                
-                    
-                        
-                            {{item.note}}
-                            {{item.updated_at}}
-                        
-                        
-                            +{{item.value/100}}
-                        
-                    
-                
-                
-                    {{showText}}
-                
-            
-            
-                
-                    
-                        
-                            {{item.note}}
-                            {{item.updated_at}}
-                        
-                        
-                            {{item.value/100}}
-                        
-                    
-                
-                
-                    {{showText}}
-                
-            
-        
-    
-
-
-
+	
+		
+		
+			
+			
+			
+				
+					
+				
+				
+					78326478
+					(元)
+				
+			
+		
+		
+			
+				余额变动明细
+				
+					
+						{{ date || '2021-09-01' }}
+						
+					
+				
+			
+			
+				
+					{{ index % 2 ? '-250' : '+80' }}
+					线上-商城内消费
+				
+				
+					¥374.38
+					2021-09-01 18:27:58
+				
+			
+		
+	
 
-
+
 
+
\ No newline at end of file
diff --git a/pages/user/member/service.vue b/pages/user/member/service.vue
index 4db93d8..594416a 100644
--- a/pages/user/member/service.vue
+++ b/pages/user/member/service.vue
@@ -14,7 +14,7 @@
 			
 			
 			
-				在线客服
+				
 				拨打客服电话
 			
 		
@@ -70,6 +70,7 @@
 					width: 200rpx;
 					height: 200rpx;
 					background-color: #D8D8D8;
+					border-radius: 20rpx;
 				}
 				.title{
 					font-size: 28rpx;
@@ -109,7 +110,8 @@
 				font-size: 32rpx;
 			}
 			.btn2{
-				width: 423rpx;
+				// width: 423rpx;
+				width: 686rpx;
 				height: 100rpx;
 				background: #15716E;
 				border-radius: 50rpx;