This commit is contained in:
2025-08-06 13:31:38 +08:00
parent 2a1082fc9f
commit c5f3287e80
2 changed files with 1 additions and 3 deletions

View File

@ -227,12 +227,12 @@
<text class="font_2 text_2 ml-7">{{ phoneNumber }}</text> <text class="font_2 text_2 ml-7">{{ phoneNumber }}</text>
</view> </view>
<view class="flex-row items-center self-stretch section_2 mt-9" bind:tap="copyInvitationCode"> <view class="flex-row items-center self-stretch section_2 mt-9" bind:tap="copyInvitationCode">
<text class="font_2 text_3">邀请码:{{ invitationCode }}</text>
<image <image
class="shrink-0 image_4" class="shrink-0 image_4"
src="./images/fuzhi.png" src="./images/fuzhi.png"
mode="aspectFill" mode="aspectFill"
/> />
<text class="font_2 text_3">邀请码:{{ invitationCode }}</text>
</view> </view>
</view> </view>
</view> </view>

View File

@ -59,12 +59,10 @@
border-radius: 31.26rpx; border-radius: 31.26rpx;
} }
.image_4 { .image_4 {
margin-left: 169.72rpx;
width: 24.38rpx; width: 24.38rpx;
height: 24.38rpx; height: 24.38rpx;
} }
.text_3 { .text_3 {
margin-left: -194.1rpx;
margin-right: 21.6rpx; margin-right: 21.6rpx;
} }
.group { .group {