's'
This commit is contained in:
BIN
src/images/meetupsalon.png
Normal file
BIN
src/images/meetupsalon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
@@ -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>
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user