recommend.wxml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <view>
  2. <image mode="widthFix" src="https://6a7a-jzmall-3gi3t6y452ddb0ff-1306484940.tcb.qcloud.la/referee/top-banner.png" class="top-banner"></image>
  3. <!-- 头像 -->
  4. <view class="avatar-block">
  5. <view class="avatar-wrapper">
  6. <image src="{{avatarUrl}}" class="user-avatar" mode="aspectFill"></image>
  7. </view>
  8. </view>
  9. <view class="user-name">{{userName}}</view>
  10. <view class="jz-slogan">邀您加入鲸致生活,一起放手精致</view>
  11. <view class="recommend-btn" wx:if="{{rid!=0}}" ontap="confirmJoin">
  12. 一键成为引荐人
  13. </view>
  14. <view class="agree-terms">
  15. <van-checkbox value="{{checked}}" shape="square" icon-size="16px" checked-color="#09afff" bind:change="onChange"></van-checkbox>
  16. <text class="user-agree">我已同意</text><text class="user-terms" ontap="userProtocol">《用户条款》</text>
  17. </view>
  18. <view class="adv-block">
  19. <view class="adv-item">
  20. <text class="adv-word">省</text>
  21. <text class="adv-text">自用鲸致家政</text>
  22. </view>
  23. <view class="adv-item">
  24. <text class="adv-word">赚</text>
  25. <text class="adv-text">推荐亲友使用</text>
  26. </view>
  27. <view class="adv-item">
  28. <text class="adv-word">棒</text>
  29. <text class="adv-text">品牌好品质优</text>
  30. </view>
  31. </view>
  32. <van-dialog id="van-dialog" />
  33. </view>