| 12345678910111213141516171819202122232425262728293031323334353637 |
- <view class="login-container">
- <view class="login-header">
- <view class="logo">
- <view class="logo-circle">
- <view class="logo-tree"></view>
- </view>
- </view>
- <view class="title">留家族族谱</view>
- <view class="subtitle">传承家族文化,记录血脉亲情</view>
- </view>
- <view class="login-content">
- <view class="agreement-tip">
- <text>登录即表示同意</text>
- <text class="link" bindtap="goToAgreement">《用户协议》</text>
- <text>和</text>
- <text class="link" bindtap="goToPrivacy">《隐私政策》</text>
- </view>
- <button
- class="login-btn"
- open-type="getRealtimePhoneNumber"
- bindgetrealtimephonenumber="onGetPhoneNumber"
- >
- <view class="btn-content">
- <view class="btn-icon">
- <view class="phone-icon"></view>
- </view>
- <text class="btn-text">微信一键登录</text>
- </view>
- </button>
- </view>
- <view class="login-footer">
- <text class="footer-text">© 2025 留家族族谱管理系统</text>
- </view>
- </view>
|