From d5e01405a50c89966ae06363b09fd385b47f99f0 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 24 十月 2025 16:47:55 +0800
Subject: [PATCH] 问题修改

---
 pda/pages/index/queueup.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/pda/pages/index/queueup.vue b/pda/pages/index/queueup.vue
index f1bac4f..7cb8ab1 100644
--- a/pda/pages/index/queueup.vue
+++ b/pda/pages/index/queueup.vue
@@ -164,7 +164,13 @@
   },
 	onReachBottom() {
 		if(this.total > this.platformLineUpList.length){
+			this.page ++
 			this.getList()
+		}else{
+			uni.showToast({
+				title:'鏆傛棤鏇村鏁版嵁',
+				icon: 'none'
+			})
 		}
 	},
   methods: {

--
Gitblit v1.9.3