35 lines
1.7 KiB
Plaintext
35 lines
1.7 KiB
Plaintext
<!-- <nav-bar navbar-data='{{nvabarData}}'></nav-bar> -->
|
|
<!-- <view class='home-page' style='margin-top: {{height}}px'>
|
|
<view class="ylcy">
|
|
<image src="../images/wx2.png" mode="Original image" style='margin-top:50rpx'></image>
|
|
<button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" style='margin-top:80rpx' hover-class="button">
|
|
手机号快捷登录
|
|
</button>
|
|
<view class="sign" bindtap='sign'>输入手机号码登录</view>
|
|
</view>
|
|
<view class="sign-xie">
|
|
<radio checked='{{check}}' bindtap='radiocon' color='#3965ff'></radio>
|
|
*登录或注册表示同意
|
|
<navigator open-type="navigate" catchtap="catchMove" url="/pages/agreement/login-agree" style="display: inline; border-bottom: 1px solid #ccc;">
|
|
《陆运帮客户端注册服务协议》
|
|
</navigator>
|
|
</view>
|
|
</view> -->
|
|
|
|
<view>
|
|
<image src="{{picImg}}bg_login.png" class='bg_login' />
|
|
<view class='content'>
|
|
<image src="{{picImg}}bg_login_logo.png" class='bg_login_logo' />
|
|
<button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" hover-class="button" class='wxLogin'>
|
|
手机号快捷登录
|
|
</button>
|
|
<button bindtap='sign' hover-class="button" class='wxLoginPhone'>手机验证码登录</button>
|
|
<view class="sign-xie">
|
|
<radio checked='{{check}}' bindtap='radiocon' color='#3965ff'></radio>
|
|
我已阅读并同意
|
|
<navigator open-type="navigate" catchtap="catchMove" url="/pages/agreement/login-agree" class='navigator'>
|
|
《陆运帮客户端服务协议》
|
|
</navigator>
|
|
</view>
|
|
</view>
|
|
</view> |