碧桂园
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

22 satır
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="btn" bindtap="shouquan">微信一键授权</view>
  9. <view class="btn btn1" bindtap="backhome">返回游戏</view>
  10. </view>
  11. <view class="bg" wx:if="{{showBg}}">
  12. <view class="avatar-modal" wx:if="{{avatarModal}}">
  13. <view class="desc">请授权"加油新青年"获取您的昵称、头像</view>
  14. <view class="btn" bindtap="getUserInfo">授权</view>
  15. </view>
  16. <view class="phope-modal" wx:if="{{phoneModal}}">
  17. <view class="desc">请授权"加油新青年"获取您的手机号</view>
  18. <button class="phone-btn" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">授权</button>
  19. </view>
  20. <image class="close" bindtap="closeModal" src="https://static.quhouse.com/e37ca20892a04e8391b611968ff6c944.png"></image>
  21. </view>
  22. </view>