qingcheng-xiaochengxu/pages/wodejiedan/wodejiedan.wxml

48 lines
1.5 KiB
Plaintext
Raw Normal View History

2025-05-15 01:40:36 +00:00
<view class="flex-col page">
<view class="flex-col justify-start items-start section">
</view>
<view class="flex-col relative list">
<view
class="flex-row justify-center items-start mt-16 list-item"
wx:for="{{list}}"
wx:for-item="item"
wx:for-index="index"
wx:key="index"
>
<image
class="image_2"
src="{{item.projectImage}}"
mode="aspectFill"
/>
<view class="ml-14 flex-col group_2">
<text class="self-start font">{{item.projectName}}</text>
<text class="self-stretch font_2 text_2 mt-9">结算周期T+{{item.projectSettlementCycle}} 实时数据</text>
</view>
<view class="ml-14 flex-col group_3">
<image
class="self-end image_3"
src="/image/jiatou.png"
mode="aspectFill"
/>
<view class="flex-row self-stretch mt-25">
<view class="flex-row items-center section_2">
<image
class="image_5"
src="/image/erweima.png"
mode="aspectFill"
/>
<text class="font_3 text_3 ml-5">推广码</text>
</view>
<view class="flex-row items-center section_3 ml-11">
<image
class="shrink-0 image_4"
src="/image/17470264949353830750.png"
mode="aspectFill"
/>
<text class="font_3">结算明细</text>
</view>
</view>
</view>
</view>
</view>
</view>