处理uni兼容H5登录逻辑

This commit is contained in:
gaoxs
2020-08-07 17:17:14 +08:00
parent 50d77fbcda
commit f2a20329c7
4 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<template>
<view v-if="shareInfoStatus" class="poster-first">
<view class="mask-share">
<image src="@/static/images/s/share-info.png" @click="shareInfoClose" />
<!-- <image src="@/static/images/share-info.png" @click="shareInfoClose" /> -->
</view>
</view>
</template>