|
@@ -30,16 +30,16 @@
|
|
|
class="auto-login-box ss-flex ss-flex-col ss-row-center ss-col-center"
|
|
class="auto-login-box ss-flex ss-flex-col ss-row-center ss-col-center"
|
|
|
>
|
|
>
|
|
|
<!-- 7.1 微信小程序的快捷登录 -->
|
|
<!-- 7.1 微信小程序的快捷登录 -->
|
|
|
- <view v-if="sheep.$platform.name === 'WechatMiniProgram'" class="ss-flex register-box">
|
|
|
|
|
|
|
+ <!-- <view v-if="sheep.$platform.name === 'WechatMiniProgram'" class="ss-flex register-box">
|
|
|
<view class="register-title">还没有账号?</view>
|
|
<view class="register-title">还没有账号?</view>
|
|
|
<button class="ss-reset-button login-btn" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
|
|
<button class="ss-reset-button login-btn" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
|
|
|
快捷登录
|
|
快捷登录
|
|
|
</button>
|
|
</button>
|
|
|
<view class="circle" />
|
|
<view class="circle" />
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
|
|
|
|
|
<!-- 7.2 微信的公众号、App、小程序的登录,基于 openid + code -->
|
|
<!-- 7.2 微信的公众号、App、小程序的登录,基于 openid + code -->
|
|
|
- <button
|
|
|
|
|
|
|
+ <!-- <button
|
|
|
v-if="
|
|
v-if="
|
|
|
['WechatOfficialAccount', 'WechatMiniProgram', 'App'].includes(sheep.$platform.name) &&
|
|
['WechatOfficialAccount', 'WechatMiniProgram', 'App'].includes(sheep.$platform.name) &&
|
|
|
sheep.$platform.isWechatInstalled
|
|
sheep.$platform.isWechatInstalled
|
|
@@ -51,10 +51,10 @@
|
|
|
class="auto-login-img"
|
|
class="auto-login-img"
|
|
|
:src="sheep.$url.static('/static/img/shop/platform/wechat.png')"
|
|
:src="sheep.$url.static('/static/img/shop/platform/wechat.png')"
|
|
|
/>
|
|
/>
|
|
|
- </button>
|
|
|
|
|
|
|
+ </button> -->
|
|
|
|
|
|
|
|
<!-- 7.3 iOS 登录 TODO 芋艿:等后面搞 App 再弄 -->
|
|
<!-- 7.3 iOS 登录 TODO 芋艿:等后面搞 App 再弄 -->
|
|
|
- <button
|
|
|
|
|
|
|
+ <!-- <button
|
|
|
v-if="sheep.$platform.os === 'ios' && sheep.$platform.name === 'App'"
|
|
v-if="sheep.$platform.os === 'ios' && sheep.$platform.name === 'App'"
|
|
|
@tap="thirdLogin('apple')"
|
|
@tap="thirdLogin('apple')"
|
|
|
class="ss-reset-button auto-login-btn"
|
|
class="ss-reset-button auto-login-btn"
|
|
@@ -63,7 +63,7 @@
|
|
|
class="auto-login-img"
|
|
class="auto-login-img"
|
|
|
:src="sheep.$url.static('/static/img/shop/platform/apple.png')"
|
|
:src="sheep.$url.static('/static/img/shop/platform/apple.png')"
|
|
|
/>
|
|
/>
|
|
|
- </button>
|
|
|
|
|
|
|
+ </button> -->
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 用户协议的勾选 -->
|
|
<!-- 用户协议的勾选 -->
|