You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
813 B
15 lines
813 B
<!--pages/register/register.wxml-->
|
|
<view class="header">
|
|
<image src="../../images/login/hi.png" mode=""/>
|
|
<view->欢迎加入亿星社区</view->
|
|
</view>
|
|
<view class="login">
|
|
<view class="input_box">
|
|
<image src="../../images/login/user.png" mode=""/>
|
|
<input type="text" placeholder="请输入手机号" bindblur="handelBlurMobile" value="{{formData.mobile}}" confirm-type="next"/>
|
|
<image src="../../images/login/password.png" mode=""/>
|
|
<input type="text" confirm-type="go" password="true" placeholder="请输入密码" bindblur="handelBlurPassword" value="{{formData.password}}" />
|
|
</view>
|
|
<text wx:if="{{false}}">忘记密码</text>
|
|
<button bind:tap="handelClickSubmit">登录</button>
|
|
</view>
|
|
|