feat(share): 二维码位置调整
This commit is contained in:
parent
3e3399c1ed
commit
1adea519bb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue