Răsfoiți Sursa

提现页面处理

@dongkboy 1 an în urmă
părinte
comite
e0f3417a54

+ 2 - 2
manifest.json

@@ -7,8 +7,8 @@
 		"sizes": "分辨率,192x192",
 		"src": "图片路径"
 	}],
-	"versionName": "1.9.6",
-	"versionCode": 196,
+	"versionName": "1.9.8",
+	"versionCode": 198,
 	"app-plus": {
 		"error": {
 			"url": "hybrid/html/error.html"

+ 8 - 5
pages/wallet/billDetails1.vue

@@ -38,7 +38,6 @@
 					</view>
 				</view>
 			</view>
-			<!-- 查询区域Start -->
 			<view class="queryCriteria dis j-s a-c ">
 				<view class="dis a-c j-c" style="width: 49%;" @click="statusShow=true">
 					<image src="/static/image/bindBank/time.png" mode="" style="width: 18px;height: 18px;"></image>
@@ -201,7 +200,7 @@
 				approvedHalding: 0,
 				yushouIds: '',
 				yushouList: [],
-				active: 1,
+				active: 2,
 			};
 		},
 		onLoad(params) {
@@ -334,6 +333,7 @@
 			},
 			//获取订单数据Start
 			async getOrdersList(pageNo, pageSize) {
+				console.log(this.active);
 				var data = {
 					"pageNum": pageNo,
 					"pageSize": pageSize,
@@ -551,7 +551,9 @@
 
 
 	.list-view {
-		margin-top: 215px;
+		height: 100vh;
+		overflow-y: auto;
+		padding-top: 225px;
 	}
 
 	.list-item {
@@ -674,13 +676,14 @@
 
 	.fixed {
 		position: fixed;
-		top: 56px;
+		top: 0;
 		left: 0;
 		right: 0;
 		margin: auto;
 		z-index: 999;
-		padding: 0 16px;
+		padding: 12px 16px 0 16px;
 		background-color: #ffffff;
+
 	}
 
 	/* 查询区域End */

+ 5 - 3
pages/wallet/billDetails2.vue

@@ -549,7 +549,9 @@
 
 
 	.list-view {
-		margin-top: 215px;
+		height: 100vh;
+		overflow-y: auto;
+		padding-top: 225px;
 	}
 
 	.list-item {
@@ -678,12 +680,12 @@
 
 	.fixed {
 		position: fixed;
-		top: 56px;
+		top: 0;
 		left: 0;
 		right: 0;
 		margin: auto;
 		z-index: 999;
-		padding: 0 16px;
+		padding: 12px 16px 0 16px;
 		background-color: #ffffff;
 	}
 

+ 5 - 3
pages/wallet/billDetails3.vue

@@ -552,7 +552,9 @@
 
 
 	.list-view {
-		margin-top: 215px;
+		height: 100vh;
+		overflow-y: auto;
+		padding-top: 225px;
 	}
 
 	.list-item {
@@ -676,12 +678,12 @@
 
 	.fixed {
 		position: fixed;
-		top: 56px;
+		top: 0;
 		left: 0;
 		right: 0;
 		margin: auto;
 		z-index: 999;
-		padding: 0 16px;
+		padding: 12px 16px 0 16px;
 		background-color: #ffffff;
 	}