29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
<!-- 登录页 -->
|
|
|
|
<!-- 背景图盒子 -->
|
|
<view class="bg-box">
|
|
<image class="bg-box-img" src="http://mall.api.aerwen.net/Uploads/uploads/20231029/E47DAEBE34756E17.jpg" />
|
|
</view>
|
|
|
|
|
|
<!-- 登录盒子 -->
|
|
<view class="login-pos-box">
|
|
<view class="login-container-box">
|
|
<view class="login-box">
|
|
<view class="login-btn-box">
|
|
<van-button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" icon="wechat" type="primary" size="large" custom-style="font-size: 31rpx;font-weight: bold;" round block>微信一键登录</van-button>
|
|
<!-- <view class="mb-30"></view>
|
|
<van-button icon="phone" color="#eff0f1" size="large" custom-style="font-size: 31rpx;color: #999999;font-weight: bold;" round block bind:click="gotoPhoneRegister">手机号登录/注册</van-button> -->
|
|
</view>
|
|
|
|
<!-- <view class="agree-box">
|
|
<van-checkbox icon-size="35rpx" value="{{ checked }}" checked-color="#fc2e2a" bind:change="onChangeChecked"></van-checkbox>
|
|
<view class="agree-text">
|
|
我已阅读并同意
|
|
<span class="agree-link" wx:for="{{agree_Link}}" bindtap='agreeLink' data-Guid='{{item.platformSpecGuid}}'>《{{item.platformSpecTitle}}》</span>
|
|
</view>
|
|
</view> -->
|
|
|
|
</view>
|
|
</view>
|
|
</view> |