From eb46fca9f3e9890d621d22f670afb37d72d58460 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 29 八月 2025 13:56:55 +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