This commit is contained in:
eric
2026-02-03 04:54:21 -06:00
parent c8f116d6f3
commit 0444dc1eaa
3 changed files with 10 additions and 6 deletions

BIN
src/images/meetupsalon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -72,6 +72,8 @@ import boyb from "../../images/Avatar/boyb.jpg";
import nomadBook from "../../images/nomadBook.jpg"; import nomadBook from "../../images/nomadBook.jpg";
import qrsalon from "../../images/qrsalon.png"; import qrsalon from "../../images/qrsalon.png";
import meetupsalon from "../../images/meetupsalon.png";
import wechatGroup from "../../images/wechatGroup.jpg"; import wechatGroup from "../../images/wechatGroup.jpg";
import nomad from "../../images/nomad.mp4"; import nomad from "../../images/nomad.mp4";
@@ -454,7 +456,9 @@ const Index = () => {
style="width: 200px;height: 200px;" style="width: 200px;height: 200px;"
mode="heightFix" mode="heightFix"
// src={qrcode_planet} // src={qrcode_planet}
src={qrsalon} // src={qrsalon}
src={meetupsalon}
/> />
</View> </View>
</AtModalContent> </AtModalContent>

View File

@@ -254,11 +254,11 @@ const Salon = () => {
try { try {
await submitApplicationFirst(submitData); await submitApplicationFirst(submitData);
Taro.showToast({ // Taro.showToast({
title: "申请已提交正在跳转支付88元场地管理费", // title: "申请已提交正在跳转支付88元场地管理费",
icon: "loading", // icon: "loading",
duration: 3000, // duration: 3000,
}); // });
payh5("meetup", 28800); payh5("meetup", 28800);
} catch { } catch {