feat(share): 二维码位置调整

This commit is contained in:
woody 2025-06-20 09:05:59 +08:00
parent 3e3399c1ed
commit 1adea519bb
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
"
>{{ desensitization(userInfo.memberCode) }}</text
>
<button class="share-button" @click="sharePage">
<button v-if="!isWechat" class="share-button" @click="sharePage">
{{ isWechat ? '长按保存图片' : '保存图片并分享' }}
</button>
</view>
@ -357,7 +357,7 @@ export default {
.share-wrapper {
position: absolute;
z-index: 2;
bottom: 260rpx;
bottom: 22%;
display: flex;
flex-direction: column;
align-items: center;