连接了我的项目,我的抽成
This commit is contained in:
@ -12,28 +12,28 @@
|
||||
</view>
|
||||
<image
|
||||
class="image_2"
|
||||
src="https://ide.code.fun/api/image?token=68368d354ae84d001230f4d1&name=f9ca835233e2714bc2418ea181ce0f10.png"
|
||||
src="./images/rightBlack.png"
|
||||
/>
|
||||
</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="https://ide.code.fun/api/image?token=68368d354ae84d001230f4d1&name=141f260ce084d8ec42e28b353cae9b11.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>
|
||||
<view class="flex-row shrink-0 self-start section_2 ml-21" bind:tap="gotoSubCommission">
|
||||
<image
|
||||
class="image_4 image_5"
|
||||
src="https://ide.code.fun/api/image?token=68368d354ae84d001230f4d1&name=3e6ca90e00849d7326816d816878d186.png"
|
||||
src="./images/right.png"
|
||||
/>
|
||||
<text class="font_2 text_3">下级单价</text>
|
||||
</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="commission"
|
||||
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">{{ commission.projectDetailName }}</text>
|
||||
<text class="font_7 text_9">{{ commission.myUnitPrice }}/{{ commission.agentUnitPrice }}/{{ commission.currentCommissionRate }}%</text>
|
||||
<view class="flex-row group_5 pos_2" bindtap="showCommissionRatePop">
|
||||
<image
|
||||
class="image_4 image_6"
|
||||
|
BIN
pages/personCenter/commissionSetting/images/right.png
Normal file
BIN
pages/personCenter/commissionSetting/images/right.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 182 B |
BIN
pages/personCenter/commissionSetting/images/rightBlack.png
Normal file
BIN
pages/personCenter/commissionSetting/images/rightBlack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 603 B |
Reference in New Issue
Block a user