11
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
@getphonenumber="getPhoneNumber"
|
@getphonenumber="getPhoneNumber"
|
||||||
>
|
>
|
||||||
<uni-icons type="phone" size="20" color="#FFFFFF"></uni-icons>
|
<uni-icons type="phone" size="20" color="#FFFFFF"></uni-icons>
|
||||||
<text>微信授权登录</text>
|
<text>手机号快捷登录</text>
|
||||||
</button>
|
</button>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
<!-- #ifndef MP-WEIXIN -->
|
<!-- #ifndef MP-WEIXIN -->
|
||||||
<button class="auth-btn primary" @click="wxLogin">
|
<button class="auth-btn primary" @click="wxLogin">
|
||||||
<uni-icons type="phone" size="20" color="#FFFFFF"></uni-icons>
|
<uni-icons type="phone" size="20" color="#FFFFFF"></uni-icons>
|
||||||
<text>微信授权登录</text>
|
<text>手机号快捷登录</text>
|
||||||
</button>
|
</button>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
|
|
||||||
@@ -88,12 +88,12 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 用户协议 -->
|
<!-- 用户协议 -->
|
||||||
<view class="auth-agreement">
|
<!-- <view class="auth-agreement">
|
||||||
<text>登录即表示同意</text>
|
<text>登录即表示同意</text>
|
||||||
<text class="link" @click="openAgreement('user')">《用户协议》</text>
|
<text class="link" @click="openAgreement('user')">《用户协议》</text>
|
||||||
<text>和</text>
|
<text>和</text>
|
||||||
<text class="link" @click="openAgreement('privacy')">《隐私政策》</text>
|
<text class="link" @click="openAgreement('privacy')">《隐私政策》</text>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
|
|||||||
Reference in New Issue
Block a user