0.0.0
This commit is contained in:
22
miniprogram/pages/login/login.wxml
Normal file
22
miniprogram/pages/login/login.wxml
Normal file
@@ -0,0 +1,22 @@
|
||||
<view class="login">
|
||||
<view class="hero">
|
||||
<view class="logo">🐾</view>
|
||||
<view class="brand">汪圈</view>
|
||||
<view class="slogan">每一次遛狗,都值得被记录</view>
|
||||
</view>
|
||||
|
||||
<view class="actions">
|
||||
<block wx:if="{{autoLogging}}">
|
||||
<view class="auto-tip">正在登录…</view>
|
||||
</block>
|
||||
<block wx:else>
|
||||
<button class="btn primary" bindtap="onLogin" loading="{{loading}}">微信一键登录</button>
|
||||
<view class="agreement">
|
||||
登录即代表同意
|
||||
<text class="link" bindtap="openAgreement">《用户协议》</text>
|
||||
与
|
||||
<text class="link" bindtap="openPrivacy">《隐私政策》</text>
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user