接单部分完成
This commit is contained in:
48
pages/wodejiedan/wodejiedan.wxml
Normal file
48
pages/wodejiedan/wodejiedan.wxml
Normal file
@ -0,0 +1,48 @@
|
||||
<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>
|
Reference in New Issue
Block a user