's
This commit is contained in:
BIN
src/images/nomadvloglife.png
Normal file
BIN
src/images/nomadvloglife.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
@@ -13,6 +13,8 @@ import { AtTag } from "taro-ui";
|
|||||||
import { AtList, AtListItem } from "taro-ui";
|
import { AtList, AtListItem } from "taro-ui";
|
||||||
import { AtForm, AtMessage } from "taro-ui";
|
import { AtForm, AtMessage } from "taro-ui";
|
||||||
import loft from "../../images/loft.png";
|
import loft from "../../images/loft.png";
|
||||||
|
import nomadvloglife from "../../images/nomadvloglife.png";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
AtModal,
|
AtModal,
|
||||||
AtModalHeader,
|
AtModalHeader,
|
||||||
@@ -142,7 +144,7 @@ const Salon = () => {
|
|||||||
💰价格29元/人 (场地成本)
|
💰价格29元/人 (场地成本)
|
||||||
</View>
|
</View>
|
||||||
<br />
|
<br />
|
||||||
<View className="at-article__h3">| ☕已报名,请联系</View>
|
<View className="at-article__h3">| ☕已报名,请添加好友</View>
|
||||||
<View className="at-article__p">
|
<View className="at-article__p">
|
||||||
{`ID:${window.localStorage.getItem("openid")}`}
|
{`ID:${window.localStorage.getItem("openid")}`}
|
||||||
</View>
|
</View>
|
||||||
@@ -151,7 +153,8 @@ const Salon = () => {
|
|||||||
<View className="model-emoji">
|
<View className="model-emoji">
|
||||||
<Image
|
<Image
|
||||||
style="width: 240px;height: 240px;background: #fff;"
|
style="width: 240px;height: 240px;background: #fff;"
|
||||||
src={qrcode}
|
// src={qrcode}
|
||||||
|
src={nomadvloglife}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
) : null}
|
) : null}
|
||||||
|
|||||||
Reference in New Issue
Block a user