| 1 |
- <view class="{{['order-list','data-v-d0e2d040',themeName]}}"><u-tabs vue-id="4d1c5d81-1" list="{{tabsList}}" is-scroll="{{true}}" height="{{80}}" active-color="{{themeColor}}" current="{{tabsIndex}}" data-event-opts="{{[['^change',[['changeCurrentTab']]]]}}" bind:change="__e" class="data-v-d0e2d040" bind:__l="__l"></u-tabs><mescroll-contain vue-id="4d1c5d81-2" top="90rpx" up-option="{{$root.a0}}" data-ref="mescrollContain" data-event-opts="{{[['^upcallback',[['upCallback',['$event']]]]]}}" bind:upcallback="__e" class="data-v-d0e2d040 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="order-contain data-v-d0e2d040"><block wx:for="{{$root.l0}}" wx:for-item="orderItem" wx:for-index="__i0__" wx:key="id"><view class="order data-v-d0e2d040"><view class="order-header data-v-d0e2d040"><view class="flex-1 muted data-v-d0e2d040">{{''+orderItem.$orig.create_time+''}}</view><view class="order-status--primary data-v-d0e2d040">{{''+orderItem.$orig.order_status_desc+''}}</view></view><view data-event-opts="{{[['tap',[['goOrderDetail',['$0'],[[['orderLists','id',orderItem.$orig.id,'id']]]]]]]}}" class="order-main data-v-d0e2d040" bindtap="__e"><view class="order-goods flex data-v-d0e2d040"><u-image vue-id="{{('4d1c5d81-3-'+__i0__)+','+('4d1c5d81-2')}}" src="{{orderItem.$orig.goods.image}}" border-radius="10" width="160" height="160" class="data-v-d0e2d040" bind:__l="__l"></u-image><view class="goods-info flex-1 m-l-20 data-v-d0e2d040"><view class="goods-name line-2 data-v-d0e2d040">{{orderItem.$orig.goods.name}}</view><view class="flex row-between data-v-d0e2d040"><view class="goods-price m-t-10 data-v-d0e2d040"><price vue-id="{{('4d1c5d81-4-'+__i0__)+','+('4d1c5d81-2')}}" content="{{orderItem.$orig.goods.need_integral}}" mainSize="36rpx" minorSize="24rpx" color="{{themeColor}}" prefix="{{null}}" suffix="积分" class="data-v-d0e2d040" bind:__l="__l"></price><block wx:if="{{orderItem.$orig.goods.exchange_way===2}}"><price vue-id="{{('4d1c5d81-5-'+__i0__)+','+('4d1c5d81-2')}}" content="{{orderItem.$orig.goods.need_money}}" mainSize="36rpx" minorSize="24rpx" color="{{themeColor}}" prefix="+" suffix="元" class="data-v-d0e2d040" bind:__l="__l"></price></block></view><view class="lighter data-v-d0e2d040">{{"×"+orderItem.$orig.total_num}}</view></view></view></view><view class="all-price flex row-right data-v-d0e2d040"><text class="muted xs data-v-d0e2d040">{{"共"+orderItem.$orig.total_num+"件商品,实付款:"}}</text><view class="data-v-d0e2d040"><price vue-id="{{('4d1c5d81-6-'+__i0__)+','+('4d1c5d81-2')}}" content="{{orderItem.$orig.order_integral}}" mainSize="36rpx" minorSize="24rpx" prefix="{{null}}" suffix="积分" class="data-v-d0e2d040" bind:__l="__l"></price><block wx:if="{{orderItem.$orig.order_amount>0}}"><price vue-id="{{('4d1c5d81-7-'+__i0__)+','+('4d1c5d81-2')}}" content="{{orderItem.$orig.order_amount}}" mainSize="36rpx" minorSize="24rpx" prefix="+" suffix="元" class="data-v-d0e2d040" bind:__l="__l"></price></block></view></view></view><block wx:if="{{orderItem.g0}}"><view class="order-footer data-v-d0e2d040"><block wx:for="{{orderItem.$orig.buttons}}" wx:for-item="buttonItem" wx:for-index="__i1__" wx:key="event"><block class="data-v-d0e2d040"><view data-event-opts="{{[['tap',[['onOrderButtons',['$0','$1','$2'],[[['orderLists','id',orderItem.$orig.id],['buttons','event',buttonItem.event,'event']],[['orderLists','id',orderItem.$orig.id,'id']],[['orderLists','id',orderItem.$orig.id,'pay_way']]]]]]]}}" class="{{['data-v-d0e2d040','order-button','order-button--'+buttonItem.style]}}" bindtap="__e">{{buttonItem.name}}</view></block></block></view></block></view></block></view></mescroll-contain></view>
|