gcz 3 rokov pred
rodič
commit
361286003d

+ 2 - 2
pages/payLists/pay.vue

@@ -13,8 +13,8 @@
 			};
 		},
 		onLoad(page) {
-			console.log('page',page);
-			// console.log('page1',this.$u.queryParams(page).slice(15));
+			// console.log('page',page);
+			// console.log('page1',this.$u.queryParams(page).slice(0));
 			//15是因为传了‘currentPayUrl’,不要更改参数名
 			this.PayUrl = this.$u.queryParams(page).slice(15);
 		},

+ 10 - 6
pages/payLists/payLists.scss

@@ -56,9 +56,13 @@
 		}
 	}
 }
-.button{
-	position: fixed;
-	left: 20rpx;
-	bottom: 40rpx;
-	right: 20rpx;
-}
+.button-wrap{
+	height: 120rpx;
+	.button{
+		position: fixed;
+		left: 20rpx;
+		bottom: 40rpx;
+		right: 20rpx;
+		z-index: 999;
+	}
+}

+ 2 - 2
pages/payLists/payLists.vue

@@ -26,8 +26,8 @@
 				</view>
 			</scroll-view>
 		</mescroll-body>
-		<view class="button">
-			<button type="primary" @click="all()">全部缴费</button>
+		<view class="button-wrap">
+			<button class="button" type="primary" @click="all()">全部缴费</button>
 		</view>
 		<u-toast ref="uToast" />
 	</view>