update
This commit is contained in:
@@ -144,10 +144,16 @@ const Salon = () => {
|
||||
💰价格29元/人 (场地成本)
|
||||
</View>
|
||||
<br />
|
||||
<View className="at-article__h3">| ☕已报名,请添加好友</View>
|
||||
<View className="at-article__p">
|
||||
{`ID:${window.localStorage.getItem("openid")}`}
|
||||
</View>
|
||||
{meetup == 1 ? (
|
||||
<View className="at-article__h3">| ☕已报名,请添加好友</View>
|
||||
) : (
|
||||
nnull
|
||||
)}
|
||||
{meetup == 1 ? (
|
||||
<View className="at-article__p">
|
||||
{`ID:${window.localStorage.getItem("openid")}`}
|
||||
</View>
|
||||
) : null}
|
||||
{/* 已报名 */}
|
||||
{meetup == 1 ? (
|
||||
<View className="model-emoji">
|
||||
|
||||
Reference in New Issue
Block a user