14 lines
722 B
Plaintext
Raw Normal View History

2024-02-22 16:09:08 +08:00
<view class='container'>
2024-06-28 10:58:14 +08:00
<image class="bgImg" src="{{IMG_NAME + '/profile/static/shanghai_changyang/login/bg.png'}}" mode="aspectFill"></image>
2024-02-22 15:15:08 +08:00
<view class="bottomView">
2024-02-22 16:09:08 +08:00
<image class="loginBtnImg" src="{{IMG_NAME + '/profile/static/login/loginBtn.png'}}" mode="aspectFill"></image>
2024-02-26 15:34:59 +08:00
<button wx:if="{{getUserDataType == 'getUserInfo'}}" class="loginBtn" open-type="getUserInfo" bindgetuserinfo="authorLogin"></button>
<button wx:if="{{getUserDataType == 'getPhoneNumber'}}" class="loginBtn" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
2024-02-22 15:15:08 +08:00
</view>
2024-02-21 17:43:11 +08:00
2024-10-31 09:56:50 +08:00
<view class="text">
<text>本小程序仅对上海长阳内部用户使用</text>
</view>
2024-02-21 17:43:11 +08:00
</view>