45 lines
2.9 KiB
Plaintext
45 lines
2.9 KiB
Plaintext
<view class="container">
|
|
<view hidden="{{!pageshow}}">
|
|
<view class='pt100 text-center'>
|
|
<image class='img-140x140 ulib-r750' mode="aspectFill" src='https://img.liche.cn/spacestation/logo-alpha.png?v=20240526'></image>
|
|
<view class='mt10 font-32 color-fff'>理车宝</view>
|
|
</view>
|
|
<view class='pt30 pb30 pl90 pr90 relative z-index-4'>
|
|
<view class="bg-e4 mt40 pt20 pb20 relative fn-clear ulib-r750">
|
|
<view class="absolute left-0 box-middle con-100 text-center iconfont icon-shoujihao font-32 {{mobile.length>0?'':'color-999'}}"></view>
|
|
<view class="pl90">
|
|
<input class="wp90 font-32" placeholder-class="color-999" type="number" placeholder="请输入您的帐号" bindinput='inputTx' data-key='mobile' value='{{mobile}}' />
|
|
</view>
|
|
</view>
|
|
<view class="bg-e4 mt30 pt20 pb20 relative fn-clear ulib-r750">
|
|
<view class="absolute left-0 box-middle con-100 text-center iconfont icon-yanzhengma font-24 {{sms_code.length>0?'':'color-999'}}"></view>
|
|
<view class="pl90">
|
|
<input class="wp60 font-32" placeholder-class="color-999" type="number" placeholder="请输入验证码" bindinput='inputTx' data-key='sms_code' value='{{sms_code}}'/>
|
|
</view>
|
|
<view class="absolute right-0 box-middle mr40 pt30 pb30 font-30 color-36afa2" bindtap='getAppSms'>{{text}}</view>
|
|
</view>
|
|
<view class="mt30 font-22 color-ccc text-center">
|
|
<label class="inline-block text-middle statement fn-clear"><checkbox class="fn-fl" checked="true" /><text class="pt3 fn-fl">我已阅读并同意</text></label>
|
|
<text class="text-middle color-36afa2" bindtap="pushLink" data-url="/pages/statement/registration/index">《理车宝用户注册协议》</text>
|
|
<!-- <text class="text-middle">和</text>
|
|
<text class="text-middle color-36afa2" bindtap="pushLink" data-url="/pages/statement/privacy/index">《理车宝用户隐私政策》</text> -->
|
|
</view>
|
|
<view class='mt30 relative'>
|
|
<button class='btn-36afa2 font-36 color-fff ulib-r750' hover-class='btn-36afa2-hover' bindtap='getUserUkey'>登录</button>
|
|
</view>
|
|
</view>
|
|
<view class="absolute wp100 login-light img-fill-cover" style="background-image:url({{imgUrl}}/login/login-light.png?v=1);"></view>
|
|
<!--
|
|
<view class="absolute wp100 bottom-170 text-center font-28 color-999">
|
|
<view class="absolute left-0 top-0 right-0 bottom-0 opacity-0 overflowhidden">
|
|
<QYWXcontact buttonText="{{4}}" class="pt40 pb40" styleType='1' plugid='9280d952ecab1136d907a34b6799df97' />
|
|
<QYWXcontact buttonText="{{4}}" class="pt40 pb40" styleType='1' plugid='9280d952ecab1136d907a34b6799df97' />
|
|
</view>
|
|
<i class="iconfont icon-kefu mr5"></i>联系小理
|
|
</view>
|
|
-->
|
|
</view>
|
|
</view>
|
|
<lcb-footer></lcb-footer>
|
|
|
|
<!-- <kefuSuccess isHasClose="true" isShow="{{iskefuSuccess}}"></kefuSuccess> --> |