碧桂园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 regels
1.2 KiB

  1. <!--index.wxml-->
  2. <view class="container">
  3. <view class="cont">
  4. <image class="sanjiao" src="https://static.quhouse.com/dbc18bc151dc4e839fb9cbe7e3d1d49e.png"></image>
  5. <image class="title" src="https://static.quhouse.com/18484fa813a24a64bd007dfca3652379.png"></image>
  6. <image class="search" src="https://static.quhouse.com/72cac48d2d804744bd83a2a882713a6f.png"></image>
  7. <image class="logo" src="https://static.quhouse.com/fecdef9ed6a045aaade3d48980e33a35.png"></image>
  8. <view class="agreement">
  9. <image class="checked" bindtap="checkFun"
  10. wx:if="{{ischecked}}" src="https://static.quhouse.com/4024a0e92b0245a7b14cc5c78cab90f7.png"></image>
  11. <view class="nocheck" bindtap="checkFun" wx:else></view>
  12. <view class="text" bindtap="checkFun">勾选表示您已阅读并同意</view>
  13. <view class="text text1" bindtap="toxieyi">《隐私协议》</view>
  14. </view>
  15. <button class="btn" wx:if="{{bindInfo}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">绑定手机号</button>
  16. <view class="btn" wx:else bindtap="getUserInfo">微信一键登录</view>
  17. <view class="btn btn1" bindtap="backGame">返回游戏</view>
  18. </view>
  19. </view>