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 lines
1.3 KiB
1 lines
1.3 KiB
<view data-ref="container" class="promoter-order vue-ref"><view class="promoterHeader bg-color-red"><view class="headerCon acea-row row-between-wrapper"><view><text class="name">累计推广订单</text><view><text class="num">{{count}}</text><text>单</text></view></view></view></view><view class="list"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="listIndex" wx:key="listIndex"><view class="item"><view class="title acea-row row-column row-center"><view class="data">{{item.time}}</view><text>{{"本月累计推广订单:"+(item.count?item.count:0)+"单"}}</text></view><view class="listn"><block wx:for="{{item.child}}" wx:for-item="val" wx:for-index="indexn" wx:key="indexn"><view class="itenm"><view class="top acea-row row-between-wrapper"><view class="pictxt acea-row row-between-wrapper"><view class="pictrue"><image src="{{val.avatar}}"></image></view><text class="text line1">{{val.nickname}}</text></view><view class="money"><text>返佣:</text><text class="font-color-red">{{"¥"+(val.number?val.number:0)}}</text></view></view><view class="bottom"><view><text class="name">订单号:</text>{{''+val.orderId+''}}</view><view><text class="name">下单时间:</text>{{''+val.time+''}}</view></view></view></block></view></view></block></view><loading vue-id="1" loaded="{{loaded}}" loading="{{loading}}" bind:__l="__l"></loading></view> |