|
@@ -8,7 +8,7 @@
|
|
|
<view class="title">登录 旭烁</view>
|
|
|
<!-- <u-button text="getUserProfile" type="success" :hairline="false" throttleTime="2000" shape="circle" open-type="getUserProfile"
|
|
|
@click="getUserProfile"></u-button> -->
|
|
|
- <!-- <u-button v-if="loginBtn" text="微信一键登录" type="success" :hairline="false" throttleTime="2000" shape="circle"
|
|
|
+ <!-- <u-button v-if="loginBtn" text="手机号快捷登录" type="success" :hairline="false" throttleTime="2000" shape="circle"
|
|
|
@click="openAuth"></u-button> -->
|
|
|
<view class="btn-wrap" style="margin:24rpx">
|
|
|
<u-button
|
|
@@ -18,22 +18,22 @@
|
|
|
throttleTime="2000"
|
|
|
shape="circle"
|
|
|
open-type="getPhoneNumber"
|
|
|
- @getphonenumber="authPhone">微信一键登录
|
|
|
+ @getphonenumber="authPhone">手机号快捷登录
|
|
|
</u-button>
|
|
|
<u-button
|
|
|
v-else
|
|
|
:hair-line='false'
|
|
|
type="success"
|
|
|
@click="disabledClick"
|
|
|
- shape="circle">微信一键登录
|
|
|
+ shape="circle">手机号快捷登录
|
|
|
</u-button>
|
|
|
</view>
|
|
|
<view class="rule-wrap u-flex u-flex-wrap u-row-center">
|
|
|
<u-checkbox-group v-model="checked" @change="checkboxChange" placement="row">
|
|
|
- <u-checkbox activeColor="#00A447" name="同意" labelSize="26rpx" shape="circle" label="登录代表您已同意"></u-checkbox>
|
|
|
+ <u-checkbox activeColor="#00A447" name="同意" labelSize="26rpx" shape="circle" label="我已阅读并同意"></u-checkbox>
|
|
|
</u-checkbox-group>
|
|
|
<text class="link" @click="$u.route('/pages/login/regulation',{regulationName:'用户服务协议'})">《用户服务协议》</text>
|
|
|
- 和<text class="link" @click="$u.route('/pages/login/regulation',{regulationName:'用户隐私政策'})">《用户隐私政策》</text>
|
|
|
+ 和<text class="link" @click="$u.route('/pages/login/regulation',{regulationName:'用户隐私政策'})">《隐私政策》</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|