mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 14:19:38 +08:00
10 lines
508 B
Plaintext
10 lines
508 B
Plaintext
<view class='container'>
|
|
<image class="bgImg" src="{{IMG_NAME + '/profile/static/login/bg.png'}}" mode="aspectFill"></image>
|
|
<image class="titleImg" src="{{IMG_NAME + '/profile/static/login/titile.png'}}" mode="aspectFill"></image>
|
|
|
|
<view class="bottomView">
|
|
<image class="loginBtnImg" src="{{IMG_NAME + '/profile/static/login/loginBtn.png'}}" mode="aspectFill"></image>
|
|
<button class="loginBtn" open-type="getUserInfo" bindgetuserinfo="authorLogin"></button>
|
|
</view>
|
|
|
|
</view> |