register.wxml 1.23 KB
<view class="t-login"><image class="img-a" src="/static/2.png"></image><image class="img-b" src="/static/3.png"></image><view class="t-b">{{title}}</view><form class="cl"><view class="t-a"><image src="/static/sj.png"></image><input type="number" name="phone" placeholder="请输入手机号" maxlength="11" data-event-opts="{{[['input',[['__set_model',['','phone','$event',[]]]]]]}}" value="{{phone}}" bindinput="__e"/></view><view class="t-a"><image src="/static/yz.png"></image><input type="password" name="code" placeholder="请输入密码" data-event-opts="{{[['input',[['__set_model',['','yzm','$event',[]]]]]]}}" value="{{yzm}}" bindinput="__e"/></view><view class="t-a"><image src="/static/yz.png"></image><input type="password" name="code" placeholder="请确认密码" data-event-opts="{{[['input',[['__set_model',['','yzm2','$event',[]]]]]]}}" value="{{yzm2}}" bindinput="__e"/></view><button data-event-opts="{{[['tap',[['login']]]]}}" bindtap="__e">登 录</button><view data-event-opts="{{[['tap',[['toLogin']]]]}}" class="register" bindtap="__e">已有账号?前往登录</view></form><view class="my-phone"><view>客服电话:654564</view><view>彭州市人社局监督电话:541511</view><view>备案号:6556121212</view></view></view>