From 12a6f6f46231ec7953daa78d29859f876a08c97c Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期一, 01 九月 2025 15:20:56 +0800 Subject: [PATCH] 奖品调整 --- pages/tabbar/index/home.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/tabbar/index/home.vue b/pages/tabbar/index/home.vue index fe1fcd6..56c15b5 100644 --- a/pages/tabbar/index/home.vue +++ b/pages/tabbar/index/home.vue @@ -1001,7 +1001,9 @@ this.videoNoMore = true; return; } + if(res.data.code===200){ this.videoQuery.pageNumber++; + } }) }else{ @@ -1029,7 +1031,9 @@ this.videoNoMore = true; return; } - this.videoQuery.pageNumber++; + if(res.data.code===200){ + this.videoQuery.pageNumber++; + } }) } @@ -1463,7 +1467,7 @@ /* 鍟嗗搧閾炬帴鎮寕灞傛牱寮� */ .goods-link-warp { position: absolute; - bottom: 160px; + bottom: 100px; left: 20px; color: #f8f8f8; z-index: 10; -- Gitblit v1.8.0