|
|
|
@ -1,55 +1,53 @@ |
|
|
|
|
<template> |
|
|
|
|
<view class="login"> |
|
|
|
|
<view class="refund-navbar"> |
|
|
|
|
<u-navbar |
|
|
|
|
title="" |
|
|
|
|
:border-bottom="false" |
|
|
|
|
:background="background" |
|
|
|
|
></u-navbar> |
|
|
|
|
<u-navbar title="" :border-bottom="false" :background="background"></u-navbar> |
|
|
|
|
</view> |
|
|
|
|
<view class="login-hd"> |
|
|
|
|
<view class="a">验证码登录</view> |
|
|
|
|
<view class="b">若该手机号未注册,我们将自动为您注册</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="login-bd"> |
|
|
|
|
<view class="a" |
|
|
|
|
>+86<input v-model="phoneNum" type="tel" placeholder="请输入手机号" |
|
|
|
|
/></view> |
|
|
|
|
<view class="a">+86<input v-model="phoneNum" type="tel" placeholder="请输入手机号" /></view> |
|
|
|
|
<view class="b"> |
|
|
|
|
<input v-model="semCode" placeholder="请输入验证码" /> |
|
|
|
|
<text @click="getCode" v-if="!showCountDown">获取验证码</text> |
|
|
|
|
<text v-if="showCountDown">{{ countdown }}s</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="c" style="display: flex; align-items: center"> |
|
|
|
|
<u-checkbox |
|
|
|
|
active-color="#FF343C" |
|
|
|
|
v-model="isCheckout" |
|
|
|
|
style="margin-right: -20rpx" |
|
|
|
|
></u-checkbox |
|
|
|
|
>同意<text @click="toTextPage(1)">《用户服务协议》</text>和<text |
|
|
|
|
@click="toTextPage(2)" |
|
|
|
|
>《隐私政策》</text |
|
|
|
|
> |
|
|
|
|
<u-checkbox active-color="#FF343C" v-model="isCheckout" style="margin-right: -20rpx"></u-checkbox> |
|
|
|
|
同意<text @click="toTextPage(1)">《用户服务协议》</text>和<text @click="toTextPage(2)">《隐私政策》</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="login-fd login-fd-on" @click="login">登录</view> |
|
|
|
|
<view class="" v-if="isCheckout"> |
|
|
|
|
<mpWeiXinMobile :refereeId="refereeId"></mpWeiXinMobile> |
|
|
|
|
</view> |
|
|
|
|
<view |
|
|
|
|
class="" |
|
|
|
|
v-else |
|
|
|
|
style=" |
|
|
|
|
<view class="" v-else style=" |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
color: #666; |
|
|
|
|
text-align: center; |
|
|
|
|
margin-top: 50rpx; |
|
|
|
|
" |
|
|
|
|
@click="login" |
|
|
|
|
> |
|
|
|
|
" @click="login"> |
|
|
|
|
手机号快捷登录 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="login-box" style="display: none;"> |
|
|
|
|
<view class="refund-navbar"> |
|
|
|
|
<u-navbar title="" :border-bottom="false" background="rgba(255, 233, 240, 1)"></u-navbar> |
|
|
|
|
</view> |
|
|
|
|
<view class="login-logo"> |
|
|
|
|
<image src="../../static/login_logo.png" mode=""></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="login-name"> |
|
|
|
|
京苏云商 |
|
|
|
|
</view> |
|
|
|
|
<view class="c"> |
|
|
|
|
<u-checkbox active-color="#FF343C" v-model="isCheckout" style="margin-right: -20rpx"></u-checkbox> |
|
|
|
|
同意<text @click="toTextPage(1)">《用户服务协议》</text>和<text @click="toTextPage(2)">《隐私政策》</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="fd fd-on" @click="login">登录</view> |
|
|
|
|
</view> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
@ -57,8 +55,12 @@ import * as UserApi from "@/api/user"; |
|
|
|
|
import * as CaptchaApi from "@/api/captcha"; |
|
|
|
|
import mpWeiXinMobile from "./components/mp-weixin-mobile.vue"; |
|
|
|
|
import store from "@/store"; |
|
|
|
|
import { isEmpty } from "@/utils/util"; |
|
|
|
|
import { getSceneData } from '@/core/app' |
|
|
|
|
import { |
|
|
|
|
isEmpty |
|
|
|
|
} from "@/utils/util"; |
|
|
|
|
import { |
|
|
|
|
getSceneData |
|
|
|
|
} from '@/core/app' |
|
|
|
|
export default { |
|
|
|
|
components: { |
|
|
|
|
mpWeiXinMobile, |
|
|
|
@ -222,10 +224,77 @@ export default { |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
.login-box { |
|
|
|
|
width: 100%; |
|
|
|
|
background: linear-gradient(180deg, rgba(255, 233, 240, 1) 0%, rgba(226, 244, 243, 0) 35%); |
|
|
|
|
min-height: 100vh; |
|
|
|
|
|
|
|
|
|
.login-logo { |
|
|
|
|
margin: 365rpx auto 0 auto; |
|
|
|
|
width: 132rpx; |
|
|
|
|
height: 132rpx; |
|
|
|
|
border-radius: 24rpx; |
|
|
|
|
background: rgba(243, 74, 64, 1); |
|
|
|
|
box-shadow: -4rpx -8rpx 20rpx rgba(243, 74, 64, 0.16); |
|
|
|
|
|
|
|
|
|
image { |
|
|
|
|
width: 75rpx; |
|
|
|
|
height: 85rpx; |
|
|
|
|
margin: 23.5rpx 0 0 28.5rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.login-name { |
|
|
|
|
width: 100%; |
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
|
|
font-weight: bold; |
|
|
|
|
font-size: 36rpx; |
|
|
|
|
color: rgba(243, 74, 64, 1); |
|
|
|
|
margin-top: 22rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.c { |
|
|
|
|
justify-content: center; |
|
|
|
|
padding: 28rpx 0; |
|
|
|
|
font-size: 26rpx; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #a0a0a0; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
|
|
text { |
|
|
|
|
color: #ff343c; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::v-deep .u-checkbox__icon-wrap--square { |
|
|
|
|
border-radius: 50% !important; |
|
|
|
|
width: 17px !important; |
|
|
|
|
height: 17px !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.fd { |
|
|
|
|
width: 680rpx; |
|
|
|
|
line-height: 88rpx; |
|
|
|
|
background: rgba(243, 74, 64, 1); |
|
|
|
|
border-radius: 88rpx; |
|
|
|
|
text-align: center; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
margin-top: 50rpx; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-weight: 600; |
|
|
|
|
color: #ffffff; |
|
|
|
|
|
|
|
|
|
.fd-on { |
|
|
|
|
background-color: rgba(243, 74, 64, 1); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.login { |
|
|
|
|
width: 100%; |
|
|
|
|
background: #fffafb url(https://www.royaum.com.cn/static/news/login-bg.png) |
|
|
|
|
center top no-repeat; |
|
|
|
|
background: #fffafb url(https://www.royaum.com.cn/static/news/login-bg.png) center top no-repeat; |
|
|
|
|
background-size: 100% auto; |
|
|
|
|
min-height: 100vh; |
|
|
|
|
|
|
|
|
|