liukangdong
2024-07-09 91127ea4c1f2d17a278286f446cb64268e4e6f6f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<view>
  <van-nav-bar title="授权登录">
    <view slot="left">
      <van-icon name="arrow-left" size="22px" color="#000000" />
    </view>
  </van-nav-bar>
  <view class="container">
    <view class="logo_wrap">
      <image src="../../static/icon/logo.png"></image>
    </view>
    <view class="title">欢迎来到志邦家居选志邦,实现您对家的美好想象</view>
    <view class="placeholder9">您喜欢的样子,我都有~</view>
    <view class="main_footer">
      <view class="line">
        <van-checkbox value="{{ agreementFalg }}" checked-color="{{primary}}" shape="round" bind:change="agreementChange"></van-checkbox>
        <view class="content">
          <text>我已阅读并同意</text>
          <text class="primary">《ZBOM用户服务协议》</text>
          <text>及</text>
          <text class="primary">《ZBOM用户隐私政策》</text>
        </view>
      </view>
      <view class="btn">手机号快捷登录</view>
    </view>
  </view>
</view>