blob: b09fd8b84ee6625c7f29e1cb2b547ff116d814f6 [file] [log] [blame]
binquan.qiu7f2665f2020-03-27 17:19:57 +08001<view class="container">
2
3 <view class="global-background loadpage" style="background-color:rgb(21, 106, 180);">
4
5 <image src="/weui/images/dlsmk.jpg" class="center logoimage loadpage" style="margin-top:20%">
6 </image>
7
8
9 <button wx:if="{{!hasSign}}" bindtap="goRegister" class="long-btn" style="width: 60%;margin-top:60%;)">我要注册</button>
10 <view class="login-btn center " wx:if="{{!hasSign}}" bindtap="goLogin" style="">
11 直接登录
12 </view>
13
14
15
16 <view class="foot" style="bottom:30rpx">
17 大理市民卡
18 </view>
19 <view class="foot">
20 © 2019 上海树维
21 </view>
22 </view>
23
24
25</view>