You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
4.9 KiB

3 years ago
<view class="user-index-box"><view class="user-index-top"><image class="top-bg" src="https://download.cyjyyjy.com/userIndex-top-bg.png"></image><view class="user-info-box acea-row"><view class="header-img"><image src="{{pageData.avatar}}"></image></view><view class="user-info acea-row row-column row-around"><view class="user-name line1">{{pageData.nickname}}</view><view class="user-title acea-row row-middle"><image src="/static/images/user-title.png"></image><image class="backhome" src="/static/images/backhome.png" data-event-opts="{{[['tap',[['backUserIndex',['$event']]]]]}}" bindtap="__e"></image></view></view></view><view class="menu-box"><view class="menu-title-box acea-row row-between row-middle"><view>我的特权</view><view data-event-opts="{{[['tap',[['toMoreMenu',['$event']]]]]}}" class="see-more fz20 acea-row row-middle" style="margin-right:12rpx;" bindtap="__e"><text>查看所有特权</text><image src="/static/images/arrow-r.png"></image></view></view><view class="menu-list"><scroll-view class="scroll-view_H" scroll-x="true"><block wx:for="{{menuList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="menu-item"><image src="{{item.icon}}"></image><view>{{item.name}}</view></view></block></scroll-view></view></view><view class="myIncome-box"><view class="menu-title-box acea-row row-between row-middle"><view>我的收益</view><view data-event-opts="{{[['tap',[['toIncomeDetail',['$event']]]]]}}" class="see-more fz20 acea-row row-middle" bindtap="__e"><text>查看我的收益详情</text><image src="/static/images/arrow-r.png"></image></view></view><view class="income-box"><image src="/static/images/income-bg.png"></image><view class="income-l acea-row row-column row-middle row-around"><view class="t">累计邀请</view><view class="num">{{pageData.inviterCount+"人"}}</view><view data-event-opts="{{[['tap',[['toIncomeDetail',['$event']]]]]}}" class="btn" bindtap="__e">查看</view></view><view class="income-line"></view><view class="income-l income-r acea-row row-column row-middle row-around"><view class="t">累计收益</view><view class="num">{{pageData.brokeragePrice+"元"}}</view><view data-event-opts="{{[['tap',[['tixian',['$event']]]]]}}" class="btn" bindtap="__e">提现</view></view></view></view></view><view class="invitation-list-box"><view class="invi-title">邀请榜</view><view class="list-box"><view class="medal-box acea-row row-center"><view class="medal medal2"><image class="medal-bg" src="/static/images/no2-bg.png"></image><image class="medal-icon" src="/static/images/no2.png"></image><view class="medal-content"><view class="user-header"><image src="{{pageData.userProfitList[1].avatar||'/static/images/no2.png'}}"></image></view><view class="user-name line2">{{pageData.userProfitList[1].nickname||'暂无'}}</view><view>{{"已邀请"+(pageData.userProfitList[1].inviterCount||0)+"人"}}</view><view>获得收益</view><view class="income-money">{{(pageData.userProfitList[1].brokeragePrice||0)+"元"}}</view></view></view><block wx:if="{{pageData.userProfitList.length>0}}"><view class="medal medal1"><image class="medal-bg" src="/static/images/no1-bg.png"></image><image class="medal-icon" src="/static/images/no1.png"></image><view class="medal-content"><view class="user-header"><image src="{{pageData.userProfitList[0].avatar||'/static/images/no1.png'}}"></image></view><view class="user-name line2">{{pageData.userProfitList[0].nickname}}</view><view>{{"已邀请"+pageData.userProfitList[0].inviterCount+"人"}}</view><view>获得收益</view><view class="income-money">{{pageData.userProfitList[0].brokeragePrice+"元"}}</view></view></view></block><view class="medal medal3"><image class="medal-bg" src="/static/images/no3-bg.png"></image><image class="medal-icon" src="/static/images/no3.png"></image><view class="medal-content"><view class="user-header"><image src="{{pageData.userProfitList[2].avatar||'/static/images/no3.png'}}"></image></view><view class="user-name line2">{{pageData.userProfitList[2].nickname||'暂无'}}</view><view>{{"已邀请"+(pageData.userProfitList[2].inviterCoun