first commit
This commit is contained in:
1
unpackage/dist/build/mp-weixin/pages/order/index.wxml
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/order/index.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="xkl-com-bg"><view style="height:20rpx;"></view><u-subsection vue-id="3bc35b9e-1" list="{{tabData.list}}" keyName="name" current="{{tabData.current}}" data-event-opts="{{[['^change',[['sectionChange']]]]}}" bind:change="__e" bind:__l="__l"></u-subsection><view style="height:20rpx;"></view><block wx:if="{{!$root.g0}}"><view style="padding:30rpx;background-color:#ffffff;border-radius:10rpx;"><u-empty vue-id="3bc35b9e-2" mode="list" bind:__l="__l"></u-empty></view></block><block wx:else><view><block wx:for="{{orderItems}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="background-color:#ffffff;color:#666666;padding:30rpx;font-size:28rpx;margin-bottom:20rpx;border-radius:16rpx;" url="{{'/pages/goods/detail?id='+item.id}}"><view class="u-flex u-flex-between" style="font-size:30rpx;"><view>{{"订单号:"+item.order_no}}</view><block wx:if="{{item.pay_type!=0}}"><u-tag vue-id="{{'3bc35b9e-3-'+index}}" text="{{config.pay_type[item.pay_type]}}" name="{{config.pay_type[item.pay_type]}}" plain="{{true}}" type="warning" bind:__l="__l"></u-tag></block></view><view style="height:20rpx;"></view><view class="u-flex"><u--image vue-id="{{'3bc35b9e-4-'+index}}" width="220rpx" height="220rpx" src="{{item.goods.cover[0]}}" radius="16rpx" bind:__l="__l"></u--image><view style="padding:0 20rpx;"><view>{{item.goods.name}}</view><view style="height:14rpx;"></view><view>{{"数量:"+item.num}}</view><view style="height:14rpx;"></view><view>订单金额:<text style="color:#FF1A1A;">{{"¥"+item.pay_money}}</text></view><view style="height:14rpx;"></view><block wx:if="{{item.goods.integral>0}}"><view>{{"赠送积分:"+item.goods.integral}}</view></block></view></view><u-divider vue-id="{{'3bc35b9e-5-'+index}}" bind:__l="__l"></u-divider><view class="u-flex u-flex-between"><view>{{item.created_at}}</view><view><u-tag vue-id="{{'3bc35b9e-6-'+index}}" text="{{config.status[item.status]}}" plain="{{true}}" type="success" bind:__l="__l"></u-tag></view></view></view></block></view></block><u-loadmore vue-id="3bc35b9e-7" status="{{loadStatus}}" bind:__l="__l"></u-loadmore><view style="height:500rpx;"></view></view>
|
||||
Reference in New Issue
Block a user