123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- <view class="">
- <view class="load" style='display:{{loaddisplay}}'>
- <image class="loadimg" style='display:{{loaddisplay}}' src='https://yuesuo.yueguanjia.com/MiniProgram/images/timg.gif'></image>
- </view>
- <navbar page-name="我的推荐" back-home="true"></navbar>
- <view class="page-content" style='height:calc(100vh - {{navH}}px)'>
- <view class='head'>
- <view class="moeny">
- <view class='headicon'>
- <span class='txtheadicon'>¥</span>
- </view>
- <view class='headcount'>
- <span class='txtheadcount'>{{wv_Introduction_total}}</span>
- </view>
- </view>
- <view class='txthead'>
- 当前推荐奖励
- </view>
- </view>
- <view class='myzjs'>
- <view class="zjsshow">
- <view class='zjsshowcount'>
- <view class="flexzjsshow">
- <span class='txtcount'>{{wv_register_count}}</span>
- </view>
- <view class="flexzjsshow">
- <span class='txtcount'>{{wv_contract_count}}</span>
- </view>
- <view class="flexzjsshow">
- <span class='txtcount'>{{wv_finish_count}}</span>
- </view>
- <view class="flexzjsshow">
- <span class='txtcount'>{{wv_extract_count}}</span>
- </view>
- </view>
- <view class='zjsshowtitle'>
- <view class="flexzjsshow">
- <span class='txttitle'>已注册</span>
- </view>
- <view class="flexzjsshow">
- <span class='txttitle'>已签约</span>
- </view>
- <view class="flexzjsshow">
- <span class='txttitle'>已完成</span>
- </view>
- <view class="flexzjsshow">
- <span class='txttitle'>已返现</span>
- </view>
- </view>
- </view>
- </view>
- <view class="intro-box">
- <view class='boxextract'>
- <view class='extractleft'></view>
- <view class='txtextract'>
- <span class='extracttxt'>累计提现:</span>
- </view>
- <view class='txticon'>
- <span class='icontxt'>¥</span>
- </view>
- <view class='moenytxt'>
- <span class='extractmoney'>{{wv_withdraw_total}}</span>
- </view>
- <view class='txtlog' bindtap="hrefExtract">
- <span class='logtxt'>提现记录</span>
- </view>
- <view class='txtlogright' bindtap="hrefExtract">
- </view>
- <view class='imglog' bindtap="hrefExtract">
- <image src='https://yuesuo.yueguanjia.com/MiniProgram/images/rightarrow.png' class='simage'></image>
- </view>
- <view class='extractright'></view>
- </view>
- <block wx:for="{{Introduction_arr}}" wx:key="index">
- <view class='boxrecommended'>
- <view class='recommended'>
- <view class='txtrecommendedleft'></view>
- <view class='txtrecommended'>被推荐人:</view>
- <view class='txtphone'>{{Introduction_arr[index].xul_phone}}</view>
- <view wx:if="{{Introduction_arr[index].xul_pm_type != null }}" class='txttagmdj'>免单季</view>
- <view wx:else class='txttag'></view>
- <view class='txttagright'></view>
- </view>
- <view class='step'>
- <view class='steplineleft'></view>
- <view wx:if="{{Introduction_arr[index].xul_event >= 2 }}" class='step1'></view>
- <view wx:else class='step1un'></view>
- <view wx:if="{{Introduction_arr[index].xul_event >= 2 }}" class='stepline'></view>
- <view wx:else class='steplinelun'></view>
- <view wx:if="{{Introduction_arr[index].xul_event >= 5 }}" class='steplinel'></view>
- <view wx:else class='steplinelun'></view>
- <view wx:if="{{Introduction_arr[index].xul_event >= 5 }}" class='step1'></view>
- <view wx:else class='step1un'></view>
- <view wx:if="{{Introduction_arr[index].xul_event >= 5 }}" class='stepline'></view>
- <view wx:else class='steplinelun'></view>
- <view wx:if="{{Introduction_arr[index].xul_event >= 6 }}" class='steplinel'></view>
- <view wx:else class='steplinelun'></view>
- <view wx:if="{{Introduction_arr[index].xul_event >= 6 }}" class='step1'></view>
- <view wx:else class='step1un'></view>
- <view wx:if="{{Introduction_arr[index].xul_event >= 6 }}" class='steplineright'></view>
- <view wx:else class='steplinelunright'></view>
- </view>
- <view class='stepdesc'>
- <view class='stepdesctxt' wx:if="{{Introduction_arr[index].xul_event >= 2}}">已注册</view>
- <view class='stepdesctxtun' wx:else>已注册</view>
- <view class='setpspace1'></view>
- <view class='stepdesctxt' wx:if="{{Introduction_arr[index].xul_event >= 5}}">已签约</view>
- <view class='stepdesctxtun' wx:else>已签约</view>
- <view class='setpspace2'></view>
- <view class='stepdesctxt' wx:if="{{Introduction_arr[index].xul_event >= 6}}">已完成</view>
- <view class='stepdesctxtun' wx:else>已完成</view>
- </view>
- <view class='stepdate'>
- <view class='stepdatetxt'>{{Introduction_arr[index].xul_date}}</view>
- </view>
- </view>
- </block>
- </view>
- <view class="pay" bindtap="extract" data-pcode="{{p_code}}">
- <view class='buttonextract'>立即提现</view>
- </view>
- <div class="endbottom"> </div>
- </view>
- </view>
|