jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/wodedingdan/wodedingdan.axml

265 lines
9.9 KiB
Plaintext
Raw Normal View History

2024-12-01 11:56:54 +00:00
<view class="tar">
<ant-tabs
type="primary"
items="{{ items }}"
current="{{ current }}"
onChange="onChange"/>
<swiper
current="{{ current }}"
autoplay="{{ false }}"
vertical="{{ false }}"
circular="{{ false }}"
onChange="onSwipeChange">
<block
a:for="{{ items }}"
a:for-index="index"
a:for-item="item"
a:key="{{ index }}">
<!-- 全部-->
<swiper-item>
2024-12-03 11:59:36 +00:00
<view class="containercontent" a:for="{{ dingdan }}"a:key="index">
<container title={{item.businessVO.businessName}}>
2024-12-01 11:56:54 +00:00
<view >
2024-12-03 11:59:36 +00:00
<view class="container"a:for="{{item.orderItemsVOList}}" a:key="index">
<image class="left" mode="scaleToFill" src="{{item.commoditiesVO.commoditiesImage}}" />
<view class="content" >
2024-12-01 11:56:54 +00:00
<view class="title1">
2024-12-03 11:59:36 +00:00
{{item.commoditiesVO.commoditiesName}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
2024-12-03 11:59:36 +00:00
{{item.sddcreateTime}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
2024-12-03 11:59:36 +00:00
下单时间:{{item.createTime}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
<!-- <ant-icon type="LocationFill" />
{{item.address}} -->
<view class="title2right">
2024-12-03 11:59:36 +00:00
¥{{item.commoditiesVO.commoditiesPrice}}
2024-12-01 11:56:54 +00:00
<view style="margin-left:10px;font-size:12px;color:gray" >
共1件
</view>
</view>
</view>
</view>
</view>
</view>
<view slot="headerRight" style="color:#f48315">
{{item.state}}
</view>
</container>
</view>
</swiper-item>
<!-- 待支付 -->
<swiper-item>
2024-12-03 11:59:36 +00:00
<view class="containercontent" a:for="{{ dingdan }}"a:key="index">
<container title={{item.businessVO.businessName}}>
2024-12-01 11:56:54 +00:00
<view >
2024-12-03 11:59:36 +00:00
<view class="container"a:for="{{item.orderItemsVOList}}" a:key="index">
<image class="left" mode="scaleToFill" src="{{item.commoditiesVO.commoditiesImage}}" />
<view class="content" >
2024-12-01 11:56:54 +00:00
<view class="title1">
2024-12-03 11:59:36 +00:00
{{item.commoditiesVO.commoditiesName}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
2024-12-03 11:59:36 +00:00
{{item.sddcreateTime}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
2024-12-03 11:59:36 +00:00
下单时间:{{item.createTime}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
<!-- <ant-icon type="LocationFill" />
{{item.address}} -->
<view class="title2right">
2024-12-03 11:59:36 +00:00
¥{{item.commoditiesVO.commoditiesPrice}}
2024-12-01 11:56:54 +00:00
<view style="margin-left:10px;font-size:12px;color:gray" >
共1件
</view>
</view>
<view class="box">
<view class="tab1">
<text>取消</text>
</view>
<view class="tab2">
<text>支付</text>
</view>
</view>
</view>
</view>
</view>
</view>
<view slot="headerRight" style="color:#f48315">
{{item.state}}
</view>
</container>
</view>
</swiper-item>
<!-- 待使用 -->
<swiper-item>
2024-12-03 11:59:36 +00:00
<view class="containercontent" a:for="{{ dingdan }}"a:key="index">
<container title={{item.businessVO.businessName}}>
2024-12-01 11:56:54 +00:00
<view >
2024-12-03 11:59:36 +00:00
<view class="container"a:for="{{item.orderItemsVOList}}" a:key="index">
<image class="left" mode="scaleToFill" src="{{item.commoditiesVO.commoditiesImage}}" />
<view class="content" >
2024-12-01 11:56:54 +00:00
<view class="title1">
2024-12-03 11:59:36 +00:00
{{item.commoditiesVO.commoditiesName}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
2024-12-03 11:59:36 +00:00
{{item.sddcreateTime}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
2024-12-03 11:59:36 +00:00
下单时间:{{item.createTime}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
<!-- <ant-icon type="LocationFill" />
{{item.address}} -->
<view class="title2right">
2024-12-03 11:59:36 +00:00
¥{{item.commoditiesVO.commoditiesPrice}}
2024-12-01 11:56:54 +00:00
<view style="margin-left:10px;font-size:12px;color:gray" >
共1件
</view>
</view>
<view class="box">
<view class="tab1">
<text>退款</text>
</view>
<view class="tab2">
<text>完成</text>
</view>
</view>
</view>
</view>
</view>
</view>
<view slot="headerRight" style="color:#f48315">
{{item.state}}
</view>
</container>
</view>
</swiper-item>
<!-- 已完成 -->
<swiper-item>
2024-12-03 11:59:36 +00:00
<view class="containercontent" a:for="{{ dingdan }}"a:key="index">
<container title={{item.businessVO.businessName}}>
2024-12-01 11:56:54 +00:00
<view >
2024-12-03 11:59:36 +00:00
<view class="container"a:for="{{item.orderItemsVOList}}" a:key="index">
<image class="left" mode="scaleToFill" src="{{item.commoditiesVO.commoditiesImage}}" />
<view class="content" >
2024-12-01 11:56:54 +00:00
<view class="title1">
2024-12-03 11:59:36 +00:00
{{item.commoditiesVO.commoditiesName}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
2024-12-03 11:59:36 +00:00
{{item.sddcreateTime}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
2024-12-03 11:59:36 +00:00
下单时间:{{item.createTime}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
<!-- <ant-icon type="LocationFill" />
{{item.address}} -->
<view class="title2right">
2024-12-03 11:59:36 +00:00
¥{{item.commoditiesVO.commoditiesPrice}}
2024-12-01 11:56:54 +00:00
<view style="margin-left:10px;font-size:12px;color:gray" >
共1件
</view>
</view>
</view>
</view>
</view>
</view>
<view slot="headerRight" style="color:#f48315">
{{item.state}}
</view>
</container>
</view>
</swiper-item>
<!-- 已取消 -->
<swiper-item>
2024-12-03 11:59:36 +00:00
<view class="containercontent" a:for="{{ dingdan }}"a:key="index">
<container title={{item.businessVO.businessName}}>
2024-12-01 11:56:54 +00:00
<view >
2024-12-03 11:59:36 +00:00
<view class="container"a:for="{{item.orderItemsVOList}}" a:key="index">
<image class="left" mode="scaleToFill" src="{{item.commoditiesVO.commoditiesImage}}" />
<view class="content" >
2024-12-01 11:56:54 +00:00
<view class="title1">
2024-12-03 11:59:36 +00:00
{{item.commoditiesVO.commoditiesName}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
2024-12-03 11:59:36 +00:00
{{item.sddcreateTime}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
2024-12-03 11:59:36 +00:00
下单时间:{{item.createTime}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
<!-- <ant-icon type="LocationFill" />
{{item.address}} -->
<view class="title2right">
2024-12-03 11:59:36 +00:00
¥{{item.commoditiesVO.commoditiesPrice}}
2024-12-01 11:56:54 +00:00
<view style="margin-left:10px;font-size:12px;color:gray" >
共1件
</view>
</view>
</view>
</view>
</view>
</view>
<view slot="headerRight" style="color:#f48315">
{{item.state}}
</view>
</container>
</view>
</swiper-item>
<!-- 退款 -->
<swiper-item>
2024-12-03 11:59:36 +00:00
<view class="containercontent" a:for="{{ dingdan }}"a:key="index">
<container title={{item.businessVO.businessName}}>
2024-12-01 11:56:54 +00:00
<view >
2024-12-03 11:59:36 +00:00
<view class="container"a:for="{{item.orderItemsVOList}}" a:key="index">
<image class="left" mode="scaleToFill" src="{{item.commoditiesVO.commoditiesImage}}" />
<view class="content" >
2024-12-01 11:56:54 +00:00
<view class="title1">
2024-12-03 11:59:36 +00:00
{{item.commoditiesVO.commoditiesName}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
2024-12-03 11:59:36 +00:00
{{item.sddcreateTime}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
2024-12-03 11:59:36 +00:00
下单时间:{{item.createTime}}
2024-12-01 11:56:54 +00:00
</view>
<view class="title2">
<!-- <ant-icon type="LocationFill" />
{{item.address}} -->
<view class="title2right">
2024-12-03 11:59:36 +00:00
¥{{item.commoditiesVO.commoditiesPrice}}
2024-12-01 11:56:54 +00:00
<view style="margin-left:10px;font-size:12px;color:gray" >
共1件
</view>
</view>
</view>
</view>
</view>
</view>
<view slot="headerRight" style="color:#f48315">
{{item.state}}
</view>
</container>
</view>
</swiper-item>
</block>
</swiper>
</view>