tuaninfo.wxml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <view class='body groupLeaderIndex section'>
  2. <view class="header">
  3. <view class='info'>
  4. <view class='img'>
  5. <image src='{{user_info.member_info.avatar}}'></image>
  6. </view>
  7. <view class='nickname'>
  8. <text>{{user_info.member_info.username}}</text>
  9. </view>
  10. </view>
  11. </view>
  12. <view class='section-body'>
  13. <view class='message'>
  14. <view class='bottom2' bindtap='goindex'>
  15. <view class='bonus jump'>
  16. <view class='total2'>
  17. <view>
  18. <text>累计奖金(元)</text>
  19. </view>
  20. <view>
  21. <text>{{user_info.all_commiss_money}}</text>
  22. </view>
  23. </view>
  24. <view class='cashout'>
  25. <view class='p gray'>
  26. 可提现奖金<text>{{user_info.member_commiss.money}}</text>元
  27. <view class='label'></view>
  28. </view>
  29. </view>
  30. </view>
  31. </view>
  32. <view class='myqcode jump mbt20' bindtap='goqrcode' >
  33. <view class='font'>
  34. 我的二维码
  35. </view>
  36. <view class='gray'>
  37. <view class='span'>
  38. <image src='https://mall.shiziyu888.com/Common/images/qcode-675ff2114d.png'></image>
  39. </view>
  40. <view class='label'></view>
  41. </view>
  42. </view>
  43. <view class='myfans jump' bindtap='gotuanyuan' data-type="1" wx:if="{{user_info.commiss_level_num>=1}}">
  44. <view class='font'>我的一级团员</view>
  45. <view class='gray'>
  46. <text>{{user_info.tuanyuan_count}}</text>人
  47. <view class='label'></view>
  48. </view>
  49. </view>
  50. <view class='myfans jump' bindtap='gotuanyuan' data-type="2" wx:if="{{user_info.commiss_level_num>=2}}">
  51. <view class='font'>我的二级团员</view>
  52. <view class='gray'>
  53. <text>{{user_info.second_tuanyuan_count}}</text>人
  54. <view class='label'></view>
  55. </view>
  56. </view>
  57. <view class='myfans jump' bindtap='gotuanyuan' data-type="3" wx:if="{{user_info.commiss_level_num>=3}}">
  58. <view class='font'>我的三级团员</view>
  59. <view class='gray'>
  60. <text>{{user_info.three_tuanyuan_count}}</text>人
  61. <view class='label'></view>
  62. </view>
  63. </view>
  64. <view class='cs' bindtap='go_wingoods'>
  65. <view class='font'>
  66. 马上赚钱
  67. </view>
  68. <view class='gray'>
  69. <view class='label'></view>
  70. </view>
  71. </view>
  72. <view class='leader' style="display:none;">
  73. <view class='font'>
  74. 我是团长
  75. </view>
  76. <view class='gray'>
  77. <view class='label'></view>
  78. </view>
  79. </view>
  80. <view class='recommend'>
  81. <view class='gray'>
  82. 我是由【 <text>平台</text> 】推荐
  83. </view>
  84. </view>
  85. </view>
  86. </view>
  87. </view>