From c8f116d6f36f2b6779c3974e7a24a14438d0fb49 Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 3 Feb 2026 04:41:43 -0600 Subject: [PATCH] 's' --- src/pages/index/index.jsx | 60 +++++++++++++++++++++------------------ src/pages/salon/index.tsx | 2 +- 2 files changed, 33 insertions(+), 29 deletions(-) diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index 17e6408..4800d12 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -100,6 +100,10 @@ const Index = () => { return false; } }; + + useEffect(() => { + isWeChatFun() + }, []) // 自定义组件模版 const custDom = () => { return custDom; @@ -370,34 +374,34 @@ const Index = () => { 新加入成员 - - {[ - { image: girla }, - { image: avatar }, - { image: girlb }, - { image: cat }, - { image: girl }, - { image: boya }, - { image: touxiang }, - { image: girlc }, - { image: boyb }, - { image: girla }, - { image: avatar }, - { image: girlb }, - { image: cat }, - { image: girl }, - { image: boya } - ].map((item, index) => { - return ( - // - - ); - })} - + + {[ + { image: girla }, + { image: avatar }, + { image: girlb }, + { image: cat }, + { image: girl }, + { image: boya }, + { image: touxiang }, + { image: girlc }, + { image: boyb }, + { image: girla }, + { image: avatar }, + { image: girlb }, + { image: cat }, + { image: girl }, + { image: boya } + ].map((item, index) => { + return ( + // + + ); + })} + {/* 22 */} diff --git a/src/pages/salon/index.tsx b/src/pages/salon/index.tsx index 2d014bf..36ef28c 100644 --- a/src/pages/salon/index.tsx +++ b/src/pages/salon/index.tsx @@ -260,7 +260,7 @@ const Salon = () => { duration: 3000, }); - payh5("meetup", 88); + payh5("meetup", 28800); } catch { // 提交失败已提示 }