mydc.wxml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <view class="">
  2. <view class="load" style='display:{{loaddisplay}}'>
  3. <image class="loadimg" style='display:{{loaddisplay}}' src='https://yuesuo.yueguanjia.com/MiniProgram/images/timg.gif'></image>
  4. </view>
  5. <navbar page-name="我的推荐" back-home="true"></navbar>
  6. <view class="page-content" style='height:calc(100vh - {{navH}}px)'>
  7. <view class='head'>
  8. <view class="moeny">
  9. <view class='headicon'>
  10. <span class='txtheadicon'>¥</span>
  11. </view>
  12. <view class='headcount'>
  13. <span class='txtheadcount'>{{wv_Introduction_total}}</span>
  14. </view>
  15. </view>
  16. <view class='txthead'>
  17. 当前推荐奖励
  18. </view>
  19. </view>
  20. <view class='myzjs'>
  21. <view class="zjsshow">
  22. <view class='zjsshowcount'>
  23. <view class="flexzjsshow">
  24. <span class='txtcount'>{{wv_register_count}}</span>
  25. </view>
  26. <view class="flexzjsshow">
  27. <span class='txtcount'>{{wv_contract_count}}</span>
  28. </view>
  29. <view class="flexzjsshow">
  30. <span class='txtcount'>{{wv_finish_count}}</span>
  31. </view>
  32. <view class="flexzjsshow">
  33. <span class='txtcount'>{{wv_extract_count}}</span>
  34. </view>
  35. </view>
  36. <view class='zjsshowtitle'>
  37. <view class="flexzjsshow">
  38. <span class='txttitle'>已注册</span>
  39. </view>
  40. <view class="flexzjsshow">
  41. <span class='txttitle'>已签约</span>
  42. </view>
  43. <view class="flexzjsshow">
  44. <span class='txttitle'>已完成</span>
  45. </view>
  46. <view class="flexzjsshow">
  47. <span class='txttitle'>已返现</span>
  48. </view>
  49. </view>
  50. </view>
  51. </view>
  52. <view class="intro-box">
  53. <view class='boxextract'>
  54. <view class='extractleft'></view>
  55. <view class='txtextract'>
  56. <span class='extracttxt'>累计提现:</span>
  57. </view>
  58. <view class='txticon'>
  59. <span class='icontxt'>¥</span>
  60. </view>
  61. <view class='moenytxt'>
  62. <span class='extractmoney'>{{wv_withdraw_total}}</span>
  63. </view>
  64. <view class='txtlog' bindtap="hrefExtract">
  65. <span class='logtxt'>提现记录</span>
  66. </view>
  67. <view class='txtlogright' bindtap="hrefExtract">
  68. </view>
  69. <view class='imglog' bindtap="hrefExtract">
  70. <image src='https://yuesuo.yueguanjia.com/MiniProgram/images/rightarrow.png' class='simage'></image>
  71. </view>
  72. <view class='extractright'></view>
  73. </view>
  74. <block wx:for="{{Introduction_arr}}" wx:key="index">
  75. <view class='boxrecommended'>
  76. <view class='recommended'>
  77. <view class='txtrecommendedleft'></view>
  78. <view class='txtrecommended'>被推荐人:</view>
  79. <view class='txtphone'>{{Introduction_arr[index].xul_phone}}</view>
  80. <view wx:if="{{Introduction_arr[index].xul_pm_type != null }}" class='txttagmdj'>免单季</view>
  81. <view wx:else class='txttag'></view>
  82. <view class='txttagright'></view>
  83. </view>
  84. <view class='step'>
  85. <view class='steplineleft'></view>
  86. <view wx:if="{{Introduction_arr[index].xul_event >= 2 }}" class='step1'></view>
  87. <view wx:else class='step1un'></view>
  88. <view wx:if="{{Introduction_arr[index].xul_event >= 2 }}" class='stepline'></view>
  89. <view wx:else class='steplinelun'></view>
  90. <view wx:if="{{Introduction_arr[index].xul_event >= 5 }}" class='steplinel'></view>
  91. <view wx:else class='steplinelun'></view>
  92. <view wx:if="{{Introduction_arr[index].xul_event >= 5 }}" class='step1'></view>
  93. <view wx:else class='step1un'></view>
  94. <view wx:if="{{Introduction_arr[index].xul_event >= 5 }}" class='stepline'></view>
  95. <view wx:else class='steplinelun'></view>
  96. <view wx:if="{{Introduction_arr[index].xul_event >= 6 }}" class='steplinel'></view>
  97. <view wx:else class='steplinelun'></view>
  98. <view wx:if="{{Introduction_arr[index].xul_event >= 6 }}" class='step1'></view>
  99. <view wx:else class='step1un'></view>
  100. <view wx:if="{{Introduction_arr[index].xul_event >= 6 }}" class='steplineright'></view>
  101. <view wx:else class='steplinelunright'></view>
  102. </view>
  103. <view class='stepdesc'>
  104. <view class='stepdesctxt' wx:if="{{Introduction_arr[index].xul_event >= 2}}">已注册</view>
  105. <view class='stepdesctxtun' wx:else>已注册</view>
  106. <view class='setpspace1'></view>
  107. <view class='stepdesctxt' wx:if="{{Introduction_arr[index].xul_event >= 5}}">已签约</view>
  108. <view class='stepdesctxtun' wx:else>已签约</view>
  109. <view class='setpspace2'></view>
  110. <view class='stepdesctxt' wx:if="{{Introduction_arr[index].xul_event >= 6}}">已完成</view>
  111. <view class='stepdesctxtun' wx:else>已完成</view>
  112. </view>
  113. <view class='stepdate'>
  114. <view class='stepdatetxt'>{{Introduction_arr[index].xul_date}}</view>
  115. </view>
  116. </view>
  117. </block>
  118. </view>
  119. <view class="pay" bindtap="extract" data-pcode="{{p_code}}">
  120. <view class='buttonextract'>立即提现</view>
  121. </view>
  122. <div class="endbottom"> </div>
  123. </view>
  124. </view>