| | |
| | | @search='search'></up-search> |
| | | </view> |
| | | </up-sticky> |
| | | <scroll-view enable-flex="true"> |
| | | <scroll-view enable-flex="true" v-if="listO.orderList"> |
| | | <view class="list chuany-flex chuany-flex-direction chuany-align-center c-p-b-30 " |
| | | v-if="listO.orderList&&listO.orderList.length>0"> |
| | | v-if="listO.orderList.length>0"> |
| | | <view class="content c-p-b-18" v-for="(item,index) in listO.orderList" @click='toDetail(item.id)' |
| | | :key='item.id'> |
| | | <view |
| | |
| | | </view> |
| | | <up-loadmore :status="loadStatus" /> |
| | | </view> |
| | | <view v-else> |
| | | <up-empty text='暂无' icon="/static/order.png"> |
| | | </up-empty> |
| | | </view> |
| | | |
| | | </scroll-view> |
| | | <view v-else> |
| | | <up-empty text='暂无' icon="/static/order.png"> |
| | | </up-empty> |
| | | </view> |
| | | <fui-date-picker range :show="datePickerShow" type="5" @change="changePicker" |
| | | @cancel="cancel"></fui-date-picker> |
| | | </view> |