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