|
|
|
@ -41,12 +41,13 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="flex flex-center bg-white lable" style="justify-content: flex-start" wx:if="{{orderList}}"> |
|
|
|
<view style="height:24rpx;width:6rpx;background:#007AFF"></view> |
|
|
|
<view style="margin-left: 12rpx"> |
|
|
|
<text class="text-black text-sg text-bold">订单列表</text> |
|
|
|
<text class="text-gray text-sm" style="margin-left:18rpx">(共{{orderList.length}}笔订单)</text> |
|
|
|
<view class="flex flex-justify bg-white lable" wx:if="{{orderList}}"> |
|
|
|
<view class="flex flex-center"> |
|
|
|
<text style="height:24rpx;width:6rpx;background:#007AFF"></text> |
|
|
|
<text class="text-black text-sg text-bold" style="margin-left: 12rpx">订单列表</text> |
|
|
|
<text class="text-gray text-sm" style="margin-left:12rpx">(共{{orderList.length}}笔订单)</text> |
|
|
|
</view> |
|
|
|
<text class="text-gray text-sm">点击订单项可以查看详情</text> |
|
|
|
</view> |
|
|
|
<van-cell clickable is-link wx:for="{{ orderList }}" wx:key="index"> |
|
|
|
<view slot="title" class="flex" style=";justify-content: flex-start"> |
|
|
|
|