23 lines
714 B
Plaintext
23 lines
714 B
Plaintext
<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>
|