| <view class="container"> |
| |
| <view class="global-background loadpage" style="background-color:rgb(21, 106, 180);"> |
| |
| <image src="/weui/images/dlsmk.jpg" class="center logoimage loadpage" style="margin-top:20%"> |
| </image> |
| |
| |
| <button wx:if="{{!hasSign}}" bindtap="goRegister" class="long-btn" style="width: 60%;margin-top:60%;)">我要注册</button> |
| <view class="login-btn center " wx:if="{{!hasSign}}" bindtap="goLogin" style=""> |
| 直接登录 |
| </view> |
| |
| |
| |
| <view class="foot" style="bottom:30rpx"> |
| 大理市民卡 |
| </view> |
| <view class="foot"> |
| © 2019 上海树维 |
| </view> |
| </view> |
| |
| |
| </view> |