mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 10:49:36 +08:00
10 lines
501 B
Plaintext
10 lines
501 B
Plaintext
<view class='container' style="background: url('{{IMG_NAME + '/profile/opt/static/login/bg.png'}}') no-repeat;">
|
|
<image class="titleImg" src="{{IMG_NAME + '/profile/opt/static/login/bg.png'}}" mode="aspectFill"></image>
|
|
|
|
<view class="bottomView">
|
|
<image class="loginBtnImg" src="{{IMG_NAME + '/profile/opt/static/login/loginBtn.png'}}" mode="aspectFill"></image>
|
|
<button class="loginBtn" open-type="getUserInfo" bindgetuserinfo="authorLogin"></button>
|
|
</view>
|
|
|
|
|
|
</view> |