This commit is contained in:
hackrobot
2024-09-12 16:55:34 +08:00
parent 6f36f219ea
commit 4a154a0cb0
2 changed files with 23 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
.Model {
padding: 20px;
.bottomDiv{
.bottomDiv {
width: 100%;
height: 100px;
// background-color: yellow;
@@ -13,4 +13,11 @@
position: fixed;
width: 680px;
}
.model-emoji {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
}

View File

@@ -141,22 +141,25 @@ const Salon = () => {
<br />
💰29/ ()
</View>
<br />
<View className="at-article__h3">| ,</View>
<View className="at-article__p">
{`ID:${window.localStorage.getItem("openid")}`}
</View>
{/* 已报名 */}
{meetup == 1 ? (
<View className="model-emoji">
<Image
style="width: 240px;height: 240px;background: #fff;"
src={qrcode}
/>
</View>
) : null}
</View>
</View>
</View>
<View className="bottomDiv"></View>
{/* 已报名 */}
{meetup == 1 ? (
<View className="model-emoji">
<Image
// style="width: 100%;height: 240px;background: #fff;"
src={qrcode}
/>
</View>
) : null}
{/* 判断有没有wxid,是否女性 */}
<AtButton
type="primary"
@@ -167,7 +170,7 @@ const Salon = () => {
return false;
} else {
if (!!isWeChat) {
payh5('meetup', 2900);
payh5("meetup", 2900);
} else {
setmeetupQR(true);
}