'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 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}
|
||||
|
||||
/>
|
||||
</View>
|
||||
</AtModalContent>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user