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 {
// 提交失败已提示
}