year 3 ヶ月 前
コミット
29aeb20b3a

ファイルの差分が大きいため隠しています
+ 466 - 489
messages/en.json


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

@@ -67,7 +67,7 @@ const SlotSection = () => {
 /**
  * 轮盘
  */
-const WheelSection = () => {
+const WheelSection = ({ onDestory }: any) => {
     const wheelModalRef = useRef<WheelModalProps | null>(null);
     const { wheelStatus, wheelCurrent, setWheel } = useWheelStore((state) => ({
         wheelStatus: state.status,
@@ -358,6 +358,7 @@ const SignInSection: FC = () => {
 
 const ServiceWidget: FC<Props> = (props) => {
     const { services } = props;
+    // const [isShowSign, setIsShowSign] = useState(false);
 
     const { eventView } = useEventPoint();
     const newServices = services?.filter((item) => item.status === 1) || [];
@@ -378,6 +379,10 @@ const ServiceWidget: FC<Props> = (props) => {
 
     const t = useTranslations("HomePage");
 
+    // const wheelDestory = () => {
+    //     setIsShowSign(true);
+    // };
+
     return (
         <>
             <div

+ 1 - 1
src/app/[locale]/providers.tsx

@@ -254,7 +254,7 @@ const Layout = ({ children, themeProps }: ProvidersProps) => {
 
     const isShowBg = useMemo(() => {
         const local = pathname.split("/")[1];
-        console.log(local);
+
         if (`/${local}` === pathname) return true;
         return [`/${local}/freeGames`, "/br/replayGames", "/br/promo", "/br/gameList"].includes(
             pathname

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません