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