优化微信公众号中h5登录

This commit is contained in:
lemon橪
2021-09-09 17:53:57 +08:00
parent ba3034e5cb
commit 58f33b05dd
2 changed files with 20 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<!-- 循环出当前可使用的第三方登录模式 -->
<div :style="{background:item.color}" class="login-item" v-for="(item,index) in loginList" :key="index">
<u-icon v-if="item.title!='APPLE'" color="#fff" size="42" :name="item.icon" @click="navigateLogin(item)"></u-icon>
<u-image v-else src="/static/appleidButton@2x.png" :lazy-load="false" width="80" height="80" />
<u-image v-else src="/static/appleidButton@2x.png" :lazy-load="false" @click="navigateLogin(item)" width="80" height="80" />
</div>
</div>