mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 16:39:37 +08:00
24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
![]() |
<view class='page'>
|
||
|
<!-- <view>
|
||
|
<image mode="widthFix" style="width:30%" src="/images/login.webp"></image>
|
||
|
</view> -->
|
||
|
|
||
|
<view class="login-header">
|
||
|
<view class="login-title">请登录</view>
|
||
|
<view class="login-info">Please Login Your Account</view>
|
||
|
</view>
|
||
|
|
||
|
<view class="logBox">
|
||
|
<form bindsubmit='bSubmit' bindreset="formReset">
|
||
|
<!--
|
||
|
<view class="{{RemberPass}}" style="width:30%;text-align:left;margin-left:80rpx;float:left;font-size:13px;margin-bottom: 20%;">
|
||
|
<switch type="checkbox" checked="{{switchChecked}}" bindswitcheck="switchChecked" bindchange="bindswitchchange" style="transform:scale(0.8)"/>记住密码
|
||
|
</view>
|
||
|
-->
|
||
|
<button open-type="getUserInfo" bindgetuserinfo="authorLogin" style="text-align: center;margin-bottom: 10%;background: white;">
|
||
|
<image bindtap="wxlog" src="/images/icon/new.png" mode="widthFix" style="width:84rpx;height:84rpx;"></image>
|
||
|
<view style="font-size: 14px;">微信登陆</view>
|
||
|
</button>
|
||
|
</form>
|
||
|
</view>
|
||
|
</view>
|