From a38827061b6679a39d719dee72904ffbe49bd8e8 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 04 八月 2025 11:14:17 +0800
Subject: [PATCH] 登录用户名,以及隐藏专题,新闻页面调整样式

---
 pages/product/home/template/tpl.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pages/product/home/template/tpl.js b/pages/product/home/template/tpl.js
index 5701e89..c977f1f 100644
--- a/pages/product/home/template/tpl.js
+++ b/pages/product/home/template/tpl.js
@@ -3,11 +3,11 @@
 	let val = item.url || item;
 	//閾炬帴璺宠浆鍒颁笓棰�
 
-	if (val && val.id && val.pageType == "special") {
-		uni.navigateTo({
-			url: `/pages/tabbar/special/special?id=${val.id}`,
-		});
-	}
+	// if (val && val.id && val.pageType == "special") {
+	// 	uni.navigateTo({
+	// 		url: `/pages/tabbar/special/special?id=${val.id}`,
+	// 	});
+	// }
 	switch (val.___type || val.type) {
 		case "goods":
 			uni.navigateTo({

--
Gitblit v1.8.0