From e729ee6ac5d40f54d28389bd362b6cb209c4a5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Wed, 1 Oct 2025 16:54:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8E=BB=E9=99=A4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/game_pages/detail/index.tsx | 39 ++++++++++++++------------------- 1 file changed, 16 insertions(+), 23 deletions(-) diff --git a/src/game_pages/detail/index.tsx b/src/game_pages/detail/index.tsx index 1375ae3..dc11271 100644 --- a/src/game_pages/detail/index.tsx +++ b/src/game_pages/detail/index.tsx @@ -24,11 +24,6 @@ import { GameManagePopup, Comments, } from "@/components"; -// import { -// EvaluateType, -// SceneType, -// DisplayConditionType, -// } from "@/components/NTRPEvaluatePopup"; import DetailService, { MATCH_STATUS, IsSubstituteSupported, @@ -36,7 +31,6 @@ import DetailService, { import * as LoginService from "@/services/loginService"; import OrderService from "@/services/orderService"; import { getCurrentLocation, calculateDistance } from "@/utils/locationUtils"; -// import { getCurrentFullPath } from "@/utils"; import { useUserInfo, useUserActions } from "@/store/userStore"; import { EvaluateCallback, EvaluateScene } from "@/store/evaluateStore"; import img from "@/config/images"; @@ -55,22 +49,22 @@ function GameTags(props) { const { userInfo, handleViewUserInfo } = props; const { avatar_url, id } = userInfo; const tags = [ - { - name: "🕙 急招", - icon: "", - }, - { - name: "🔥 本周热门", - icon: "", - }, - { - name: "🎉 新活动", - icon: "", - }, - { - name: "官方组织", - icon: "", - }, + // { + // name: "🕙 急招", + // icon: "", + // }, + // { + // name: "🔥 本周热门", + // icon: "", + // }, + // { + // name: "🎉 新活动", + // icon: "", + // }, + // { + // name: "官方组织", + // icon: "", + // }, ]; return ( @@ -145,7 +139,6 @@ function Coursel(props) { }, [image_list]); function previewImage(current_url) { - // console.log(image_list, "image_list"); Taro.previewImage({ current: current_url, urls: list?.length > 0 ? list.map((c) => c.url) : [],