Sfoglia il codice sorgente

fix: 移除console

Before 7 mesi fa
parent
commit
280c49f317

+ 1 - 0
src/app/[locale]/(TabBar)/[[...share]]/@actionWidget/Service.tsx

@@ -24,6 +24,7 @@ interface Props {
 const ServiceWidget: FC<Props> = (props) => {
     const token = getToken();
     const { services, socials } = props;
+    console.log(`🚀🚀🚀🚀🚀-> in Service.tsx on 28`, services);
     const defaultService = services.find((item) => item.is_suspend === 1);
 
     const newServices = services.filter((item) => item.is_suspend !== 1);

+ 0 - 2
src/app/[locale]/(wheel)/cashWheel/CashWheelClient.tsx

@@ -349,8 +349,6 @@ const ShareClient = () => {
     const user = useUserInfoStore((state) => state.userInfo);
     const currentWheel = wheel.activities?.[0];
 
-    console.log(`🚀🚀🚀🚀🚀-> in CashWheelClient.tsx on 353`, wheel.phones?.join(";"));
-
     const [currentPhoneIndex, setCurrentPhoneIndex] = useState(0);
 
     const shareUrl = `${process.env.NEXT_PUBLIC_SHARE_URL}/br/sharecwbr?turntable=${wheel.activities && wheel.activities[0].id}&user=${user.id}&time=${wheel.activate?.end_time}`;