|
|
@ -27,18 +27,18 @@ |
|
|
|
@getphonenumber="decryptPhoneNumber"> |
|
|
|
@getphonenumber="decryptPhoneNumber"> |
|
|
|
<!-- <text class="cuIcon-weixin padding-right-xs"> </text> --> |
|
|
|
<!-- <text class="cuIcon-weixin padding-right-xs"> </text> --> |
|
|
|
<text> |
|
|
|
<text> |
|
|
|
手机号快捷登录 |
|
|
|
一键登录 |
|
|
|
</text> |
|
|
|
</text> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
<button v-else class="cu-btn round bg-main-oil lg text-lg" @click="$refs.popup.open('center')"> |
|
|
|
<button v-else class="cu-btn round bg-main-oil lg text-lg" @click="$refs.popup.open('center')"> |
|
|
|
<!-- <text class="cuIcon-weixin padding-right-xs"> </text> --> |
|
|
|
<!-- <text class="cuIcon-weixin padding-right-xs"> </text> --> |
|
|
|
<text> |
|
|
|
<text> |
|
|
|
手机号快捷登录 |
|
|
|
一键登录 |
|
|
|
</text> |
|
|
|
</text> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
<!-- <button class="cu-btn margin-top round lg" @tap="refuseEmpower"> |
|
|
|
<button class="cu-btn margin-top round lg" @tap="refuseEmpower"> |
|
|
|
输入手机号码登录 |
|
|
|
输入手机号码登录 |
|
|
|
</button> --> |
|
|
|
</button> |
|
|
|
<button class="cu-btn bg-0 margin-top round text-sm" @tap="refuseLogin"> |
|
|
|
<button class="cu-btn bg-0 margin-top round text-sm" @tap="refuseLogin"> |
|
|
|
跳过 |
|
|
|
跳过 |
|
|
|
</button> |
|
|
|
</button> |
|
|
@ -50,7 +50,10 @@ |
|
|
|
使用协议及隐私保护 |
|
|
|
使用协议及隐私保护 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="protocol_content"> |
|
|
|
<view class="protocol_content"> |
|
|
|
为了更好地保障您的合法权益,请您阅读并同意 <text style=" color: black; font-weight: 600;" @click="$refs.loginBottom.toAgree('baichuanUserAgree')">《用户协议》</text> 与 <text style=" color: black; font-weight: 600;" @click="$refs.loginBottom.toAgree('baichuanPrivacyAgreement')">《隐私政策》</text>。 |
|
|
|
为了更好地保障您的合法权益,请您阅读并同意 <text style=" color: black; font-weight: 600;" |
|
|
|
|
|
|
|
@click="$refs.loginBottom.toAgree('baichuanUserAgree')">《用户协议》</text> 与 <text |
|
|
|
|
|
|
|
style=" color: black; font-weight: 600;" |
|
|
|
|
|
|
|
@click="$refs.loginBottom.toAgree('baichuanPrivacyAgreement')">《隐私政策》</text>。 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="protocol_footer"> |
|
|
|
<view class="protocol_footer"> |
|
|
|
<button @click="$refs.popup.close()" class="protocol_footer_close">取消</button> |
|
|
|
<button @click="$refs.popup.close()" class="protocol_footer_close">取消</button> |
|
|
@ -164,8 +167,7 @@ |
|
|
|
}, url).then(res => { |
|
|
|
}, url).then(res => { |
|
|
|
if (res.code == 20000) { |
|
|
|
if (res.code == 20000) { |
|
|
|
this.loginSuccess(res) |
|
|
|
this.loginSuccess(res) |
|
|
|
}else{ |
|
|
|
} else {} |
|
|
|
} |
|
|
|
|
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
refuseEmpower() { |
|
|
|
refuseEmpower() { |
|
|
|