This commit is contained in:
hackrobot
2024-12-25 13:00:05 +08:00
parent 74ad423466
commit 655787910b
2 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -299,7 +299,7 @@ const Index = () => {
onClick={() => { onClick={() => {
setqrOpen(true); setqrOpen(true);
}} }}
>{`踏上游牧之旅->`}</AtButton> >{`加入微信群💬`}</AtButton>
</View> </View>
) : null} ) : null}
</View> </View>
@@ -326,7 +326,7 @@ const Index = () => {
onClick={() => { onClick={() => {
setqrOpen(true); setqrOpen(true);
}} }}
>{`踏上游牧之旅->`}</AtButton> >{`加入微信群💬`}</AtButton>
</View> </View>
</View> </View>
</View> </View>
@@ -401,7 +401,8 @@ const Index = () => {
{/* <AtModalHeader>标题</AtModalHeader> */} {/* <AtModalHeader>标题</AtModalHeader> */}
<AtModalContent> <AtModalContent>
<View className="qrcode"> <View className="qrcode">
<View>扫码关注公众号,加入💬微信群</View> {/* ,加入💬微信群 */}
<View>扫码关注公众号</View>
<Image <Image
style="width: 200px;height: 200px;" style="width: 200px;height: 200px;"
mode="heightFix" mode="heightFix"