diff --git a/src/images/meetupsalon.png b/src/images/meetupsalon.png new file mode 100644 index 0000000..b78def7 Binary files /dev/null and b/src/images/meetupsalon.png differ diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index 4800d12..9f1b05c 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -72,6 +72,8 @@ import boyb from "../../images/Avatar/boyb.jpg"; import nomadBook from "../../images/nomadBook.jpg"; import qrsalon from "../../images/qrsalon.png"; +import meetupsalon from "../../images/meetupsalon.png"; + import wechatGroup from "../../images/wechatGroup.jpg"; import nomad from "../../images/nomad.mp4"; @@ -454,7 +456,9 @@ const Index = () => { style="width: 200px;height: 200px;" mode="heightFix" // src={qrcode_planet} - src={qrsalon} + // src={qrsalon} + src={meetupsalon} + /> diff --git a/src/pages/salon/index.tsx b/src/pages/salon/index.tsx index 36ef28c..209c19f 100644 --- a/src/pages/salon/index.tsx +++ b/src/pages/salon/index.tsx @@ -254,11 +254,11 @@ const Salon = () => { try { await submitApplicationFirst(submitData); - Taro.showToast({ - title: "申请已提交,正在跳转支付(88元场地管理费)", - icon: "loading", - duration: 3000, - }); + // Taro.showToast({ + // title: "申请已提交,正在跳转支付(88元场地管理费)", + // icon: "loading", + // duration: 3000, + // }); payh5("meetup", 28800); } catch {