qingcheng-xiaochengxu/pages/personCenter/commissionSetting/commissionSetting.wxml
2025-05-29 00:47:08 +08:00

69 lines
2.8 KiB
Plaintext

<view class="flex-col page">
<view class="flex-row justify-between items-center section">
<view class="flex-row items-center">
<image
class="shrink-0 image"
src="https://ide.code.fun/api/image?token=68368d354ae84d001230f4d1&name=45456da4cda2cfc790fd25988b784619.png"
/>
<view class="group ml-5">
<text class="font text">一键设置下级抽成比例:</text>
<text class="font text_2">1.36%</text>
</view>
</view>
<image
class="image_2"
src="https://ide.code.fun/api/image?token=68368d354ae84d001230f4d1&name=f9ca835233e2714bc2418ea181ce0f10.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-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"
/>
<view class="flex-col items-start flex-1 group_3 ml-13">
<text class="font">美团神券包-春季活动</text>
<view class="flex-col justify-start items-center text-wrapper mt-14">
<text class="font_3 text_4">结算T+2</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"
/>
<text class="font_2 text_3">下级单价</text>
</view>
</view>
<view class="flex-col section_3">
<view class="flex-row justify-between items-center group_4">
<text class="font_4 text_5">结算标准</text>
<text class="font_5">单价/代理单价/比例</text>
<text class="font_4">设置价格</text>
</view>
<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-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>
<view class="flex-row group_5 pos_2">
<image
class="image_4 image_6"
src="https://ide.code.fun/api/image?token=68368d354ae84d001230f4d1&name=2994ec01c6859d93ce653a6cb3d50301.png"
/>
<text class="font_8 text_8">设价</text>
</view>
</view>
</view>
</view>
</view>
</view>
</view>