qingcheng-xiaochengxu/pages/mingxi/mingxi.wxml
2025-05-11 15:12:01 +08:00

43 lines
1.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="flex-col page">
<view class="flex-col group mt-25">
<view class="flex-col justify-start items-start self-stretch text-wrapper">
<text class="text_2">业务员 高婧怡</text>
</view>
<text class="self-start font text_3">结算日期</text>
<view class="flex-col self-stretch list">
<view
class="flex-col relative list-item mt-15"
wx:for="{{items}}"
wx:for-item="item"
wx:for-index="index"
wx:key="index"
>
<view class="flex-row items-center self-stretch group_2">
<image
class="image_2"
src="https://ide.code.fun/api/image?token=68199c7e4ae84d00122ebbb9&name=8295b124fb9c66fde0f968424b693190.png"
/>
<text class="ml-14 font text_4">美团省钱包</text>
</view>
<view class="flex-col self-stretch section_2">
<view class="flex-row">
<text class="font">结算标准</text>
<text class="ml-38 font text_5">结算数量</text>
<text class="ml-38 font">结算收益</text>
</view>
<view class="flex-row items-baseline mt-25">
<text class="font text_6">完成订单</text>
<text class="font_2 text_7">3</text>
<text class="font_2 text_8">¥2.00</text>
</view>
<view class="flex-row items-baseline mt-25">
<text class="font text_9">合计金额</text>
<text class="font_2 text_10">3</text>
<text class="font_2 text_11">¥2.00</text>
</view>
</view>
<text class="self-start font_3 text_12">时间2025-04-16</text>
</view>
</view>
</view>
</view>