61 lines
2.4 KiB
Plaintext
61 lines
2.4 KiB
Plaintext
<view class="flex-col page">
|
||
<view class="flex-col section">
|
||
|
||
<view class="flex-col group_2 mt-23">
|
||
<view class="flex-col section_2">
|
||
<view class="flex-row equal-division">
|
||
<view class="flex-col items-start group_3 group_7">
|
||
<text class="font_2 text_2">直接代理人数(人)</text>
|
||
<text class="font_3 text_5 mt-14">4</text>
|
||
</view>
|
||
<view class="flex-col group_3 group_1">
|
||
<text class="self-stretch font_4 text_3">团队总人数(人)</text>
|
||
<text class="self-center font_3 text_15 mt-10">12</text>
|
||
</view>
|
||
<view class="flex-col items-center group_3 group_5">
|
||
<text class="font_2 text_4">团队总收益(人)</text>
|
||
<text class="text_1 mt-11">¥10.88</text>
|
||
</view>
|
||
</view>
|
||
<view class="flex-col justify-start items-center self-center text-wrapper mt-9">
|
||
<text class="font text_6">查看直属下级</text>
|
||
</view>
|
||
</view>
|
||
<view class="flex-row justify-between section_3 mt-8">
|
||
<text class="font text_7">请设置邀请下级抽成比例如:0%</text>
|
||
<image
|
||
class="image_2"
|
||
src="https://ide.code.fun/api/image?token=68199c7e4ae84d00122ebbb9&name=9f91bad352adf2c78c239200e3325df9.png"
|
||
/>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<view class="flex-col group_4 mt-27">
|
||
<view class="flex-row justify-between items-center">
|
||
<text class="font_3 text_8">成员列表</text>
|
||
<view class="flex-row section_4">
|
||
<image
|
||
class="image_3"
|
||
src="https://ide.code.fun/api/image?token=68199c7e4ae84d00122ebbb9&name=89f9bd4ddcbce51e29a7b594fb6dce3a.png"
|
||
/>
|
||
<input class="font_4 text_9 ml-15" placeholder="请输入关键词" />
|
||
</view>
|
||
</view>
|
||
<view class="flex-col list mt-27">
|
||
<view
|
||
class="flex-col relative list-item mt-18"
|
||
wx:for="{{items}}"
|
||
wx:for-item="item"
|
||
wx:for-index="index"
|
||
wx:key="index"
|
||
>
|
||
<text class="self-start font_5 text_10">张新然</text>
|
||
<view class="flex-col items-start self-stretch section_5">
|
||
<text class="font">手机号:1234567797</text>
|
||
<text class="font_6 text_12 mt-18">团队人数:0 给我创造的收益:¥0</text>
|
||
</view>
|
||
<text class="self-end font_4 text_13">注册时间:2025-10-31 13:20:30</text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</view> |