This commit is contained in:
2026-06-25 18:24:29 +08:00
commit a1190d7d9a
90 changed files with 5459 additions and 0 deletions

View 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>