|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <view class="container">
|
|
|
+ <!-- <view class="container">
|
|
|
<u-icon class="back-btn" name="arrow-left" color="black" size="20" @click="navBack"></u-icon>
|
|
|
<view class="wrapper">
|
|
|
<h2 class="Semibold">手机号注册</h2>
|
|
@@ -10,12 +10,12 @@
|
|
|
<input border="none" maxlength="11" v-model='phone' @input='phoneinput' style='padding-left:10px;'
|
|
|
placeholder="请输入手机号码" type="number" class="Regular" />
|
|
|
</view>
|
|
|
- <!-- <image v-if='phone!=""' @click='phone=""' class='close' src='../../static/img/login/guanbi@2x.png'></image> -->
|
|
|
+
|
|
|
</view>
|
|
|
<view style='width:100%;border-bottom:1px solid #E8E9ED;position:relative;padding:10px;' class="flex">
|
|
|
<view style='width:70%;position:relative;'>
|
|
|
<u-input border="none" v-model='verifyCode' class="Regular" placeholder="请输入验证码" type="number" maxlength="6"/>
|
|
|
- <!-- <image v-if='verifyCode' @click='verifyCode=""' class='close1' src='../../static/img/login/guanbi@2x.png'></image> -->
|
|
|
+
|
|
|
</view>
|
|
|
<button class='getcode Regular' :class='codestatus?"activeCode":""' @click='getcode'
|
|
|
>{{sendText}}</button>
|
|
@@ -23,6 +23,54 @@
|
|
|
<view style='border-bottom:1px solid #E8E9ED;padding:10px;position:relative;'>
|
|
|
<u-input border="none" maxlength='16' class='Regular input-style' style='height:30px;'
|
|
|
v-model='password' placeholder="请输入密码,6-16位字符" :type="type" />
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <button :class='phone!=""&&verifyCode!=""&&password!=""?"active":""' @click='register'
|
|
|
+ class='verificationCode'>注册</button>
|
|
|
+ <view
|
|
|
+ style='color:#6A6A6A;margin-top:10px;font-size:30rpx;display:flex;justify-content:center;align-items: center;'>
|
|
|
+ <u--image @click='consent'
|
|
|
+ :src="consentStatus==true?'../../static/images/mine/duihao@2x.png':'../../static/images/mine/wxz.png'"
|
|
|
+ width="17px" height="17px" style="margin:0 10rpx"></u--image>
|
|
|
+ 已阅读并同意
|
|
|
+ <navigator
|
|
|
+ url="/pages/sale/webview?can_share=false&url=https://liangxin.zthymaoyi.com/userAgreement.html"
|
|
|
+ class="path" hover-class="navigator-hover">《服务协议》</navigator>和<navigator
|
|
|
+ url="/pages/sale/webview?can_share=false&url=https://liangxin.zthymaoyi.com/screctAgreement.html"
|
|
|
+ class="path" hover-class="navigator-hover">《隐私政策》</navigator>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view> -->
|
|
|
+ <view class="container">
|
|
|
+ <u-icon class="back-btn" name="arrow-left" color="black" size="20" @click="navBack"></u-icon>
|
|
|
+ <view class="wrapper">
|
|
|
+ <h2 class="Semibold">手机号注册</h2>
|
|
|
+ <view style='width:100%;margin-top:50px;border-bottom:1px solid #E8E9ED;padding:10px;position:relative;'
|
|
|
+ class="flex">
|
|
|
+ <view class="NumberMedium" style='width:15%;border-right:1px solid #E8E9ED;'>+86</view>
|
|
|
+ <view style='width:85%;'>
|
|
|
+ <!-- <u-input border="none" maxlength="11" v-model='phone' @input='phoneinput' style='padding-left:10px;'
|
|
|
+ placeholder="请输入手机号码" type="number" class="Regular" /> -->
|
|
|
+ <input placeholder-style="color:#AFB3BF" border="none" maxlength="11" v-model='phone' @input='phoneinput' style='padding-left:10px;'
|
|
|
+ placeholder="请输入手机号码" type="number" class="Regular" />
|
|
|
+ </view>
|
|
|
+ <!-- <image v-if='phone!=""' @click='phone=""' class='close' src='../../static/img/login/guanbi@2x.png'></image> -->
|
|
|
+ </view>
|
|
|
+ <view style='width:100%;border-bottom:1px solid #E8E9ED;position:relative;padding:10px;' class="flex">
|
|
|
+ <view style='width:70%;position:relative;'>
|
|
|
+ <!-- <u-input border="none" v-model='verifyCode' class="Regular" placeholder="请输入验证码" type="number" maxlength="6" />
|
|
|
+ -->
|
|
|
+ <input placeholder-style="color:#AFB3BF" border="none" maxlength="6" v-model='verifyCode' style='padding-left:10px;'
|
|
|
+ placeholder="请输入验证码" type="number" class="Regular" /><!-- <image v-if='verifyCode' @click='verifyCode=""' class='close1' src='../../static/img/login/guanbi@2x.png'></image> -->
|
|
|
+ </view>
|
|
|
+ <button :class='codestatus?"activeCode":""' @click='getcode'
|
|
|
+ class='getcode Regular'>{{sendText}}</button>
|
|
|
+ </view>
|
|
|
+ <view style='border-bottom:1px solid #E8E9ED;padding:10px;position:relative;'>
|
|
|
+ <!-- <u-input border="none" maxlength='16' class='Regular input-style' style='height:30px;'
|
|
|
+ v-model='password' placeholder="请输入密码,6-16位字符" :type="type" /> -->
|
|
|
+ <input placeholder-style="color:#AFB3BF" border="none" maxlength="16" v-model='password' style='padding-left:10px;'
|
|
|
+ placeholder="请输入密码,6-16位字符" :type="type" class="Regular input-style" />
|
|
|
<!-- <input maxlength='16' class='password Regular input-style' style='height:30px;' v-model='password' placeholder="请输入密码,6-16位字符" :type="type"> -->
|
|
|
<!-- <image v-if='password!=""' @click='password=""' class='close2' src='../../static/img/login/guanbi@2x.png'></image> -->
|
|
|
<!-- <view @click='switchover' style='position:absolute;right:0;top:38%;z-index:10;cursor:pointer;' class="iconfont " :class='type=="password"?"icon-yanjing-biyan":"icon-yanjing-zhengyan"'></view> -->
|
|
@@ -33,7 +81,7 @@
|
|
|
style='color:#6A6A6A;margin-top:10px;font-size:30rpx;display:flex;justify-content:center;align-items: center;'>
|
|
|
<u--image @click='consent'
|
|
|
:src="consentStatus==true?'../../static/images/mine/duihao@2x.png':'../../static/images/mine/wxz.png'"
|
|
|
- width="17px" height="17px" style="margin:0 10rpx"></u--image>
|
|
|
+ width="17px" height="17px"></u--image>
|
|
|
已阅读并同意
|
|
|
<navigator
|
|
|
url="/pages/sale/webview?can_share=false&url=https://liangxin.zthymaoyi.com/userAgreement.html"
|