commission--yt-commit
This commit is contained in:
@ -16,17 +16,17 @@
|
||||
/>
|
||||
</view>
|
||||
<view class="flex-col mt-19">
|
||||
<view class="flex-col list-item mt-20" wx:for="{{items}}" wx:for-item="item" wx:for-index="index" wx:key="index">
|
||||
<view class="flex-col list-item mt-20" wx:for="{{projectList}}" wx:for-item="item" wx:for-index="index" wx:key="index">
|
||||
<view class="flex-row group_2">
|
||||
<view class="flex-row flex-1 self-center">
|
||||
<image
|
||||
class="shrink-0 image_3"
|
||||
src="./images/xmtp.png"
|
||||
src="{{ item.projectImage }}"
|
||||
/>
|
||||
<view class="flex-col items-start flex-1 group_3 ml-13">
|
||||
<text class="font">美团神券包-春季活动</text>
|
||||
<text class="font">{{ item.projectName }}</text>
|
||||
<view class="flex-col justify-start items-center text-wrapper mt-14">
|
||||
<text class="font_3 text_4">结算T+2</text>
|
||||
<text class="font_3 text_4">结算T+{{ item.projectSettlementCycle }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -47,13 +47,13 @@
|
||||
<view class="flex-col mt-16">
|
||||
<view
|
||||
class="flex-row justify-center items-center relative list-item_2 mt-14"
|
||||
wx:for="{{items_1}}"
|
||||
wx:for-item="item"
|
||||
wx:for="{{item.projectDetailCommissionVOList}}"
|
||||
wx:for-item="CommissionList"
|
||||
wx:for-index="index"
|
||||
wx:key="index"
|
||||
>
|
||||
<text class="font_6 text_6 pos">3.6元购买</text>
|
||||
<text class="font_7 text_9">0.30/0.30/0.00%</text>
|
||||
<text class="font_6 text_6 pos">{{ CommissionList.projectDetailName }}</text>
|
||||
<text class="font_7 text_9">{{ CommissionList.myUnitPrice }}/{{ CommissionList.agentUnitPrice }}/{{ CommissionList.currentCommissionRate }}%</text>
|
||||
<view class="flex-row group_5 pos_2" bindtap="showCommissionRatePop">
|
||||
<image
|
||||
class="image_4 image_6"
|
||||
|
Reference in New Issue
Block a user