feat: 去除注释

This commit is contained in:
2025-10-01 16:54:04 +08:00
parent 0efcd36aa7
commit e729ee6ac5

View File

@@ -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 (
<View className="detail-page-content-avatar-tags">
@@ -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) : [],