| | |
| | | <view style="width:100%"> |
| | | <view class="loginBox"> |
| | | <view class="inpicon"> |
| | | <input class="input" password="true" placeholder="请输入真实姓名" bindinput="bindPSW"></input> |
| | | <input class="input" value="{{userName}}" placeholder="请输入真实姓名" bindinput="bindUserName"></input> |
| | | <image class="icon" src="/images/psw.png"></image> |
| | | </view> |
| | | <view class="inpicon"> |
| | | <input class="input" placeholder="请输入手机号" bindinput="bindUserName"></input> |
| | | <input class="input" value="{{phone}}" type="phone" placeholder="请输入手机号" bindinput="bindPhone"></input> |
| | | <image class="icon" src="/images/user.png"></image> |
| | | </view> |
| | | <view style="display: flex;justify-content: space-between;margin-bottom: 10px;width: 95%;padding:0 10px 0 10px;"> |
| | |
| | | <image style="width: 30%;height: 40px;" bindtap="getImg" src="{{imgSrc}}"></image> |
| | | </view> |
| | | <view class="inpicon"> |
| | | <input class="input" password="true" placeholder="请输入密码" bindinput="bindPSW"></input> |
| | | <input class="input" value="{{psw}}" password="true" placeholder="请输入密码" bindinput="bindPSW"></input> |
| | | <image class="icon" src="/images/psw.png"></image> |
| | | </view> |
| | | <view class="inpicon"> |
| | | <input class="input" password="true" placeholder="请输入确认密码" bindinput="bindPSW"></input> |
| | | <input class="input" value="{{psw2}}" password="true" placeholder="请输入确认密码" bindinput="bindPSW2"></input> |
| | | <image class="icon" src="/images/psw.png"></image> |
| | | </view> |
| | | <view> |
| | |
| | | </view> |
| | | <button class="reg" bindtap="login">注册</button> |
| | | <navigator url="/pages/login/login" style="text-align: center;color: #1E90FF;">已有账号,直接登录</navigator> |
| | | <view style="text-align: center;"> |
| | | <radio value="{{radio}}" style="transform:scale(0.7);" /> |
| | | <!-- <view style="text-align: center;"> |
| | | <radio value="{{radio}}" bind:change="onChangeRadio" style="transform:scale(0.7);" /> |
| | | <van-checkbox value="{{ checked }}" bind:change="onChangeRadio"></van-checkbox> |
| | | <text style="color: #1E90FF;">同意用户协议</text> |
| | | </view> --> |
| | | <!-- <view class="page-section page-section-gap" style="text-align: center;"> |
| | | <label class="checkbox"> |
| | | <checkbox value="cb" checked="{{checked}}" bind:change="onChangeRadio" /> <text style="color: #1E90FF;">同意用户协议</text> |
| | | </label> |
| | | </view> --> |
| | | <view style="width: 125px;margin: 0 auto;"> |
| | | <checkbox-group bindchange="onChangeRadio" > |
| | | <label style="display: flex;text-align: center;"> |
| | | <checkbox value="cb" checked="{{checked}}" /> |
| | | <view style="color: #1E90FF;">同意用户协议</view> |
| | | </label> |
| | | </checkbox-group> |
| | | </view> |
| | | |
| | | </view> |
| | | </view> |