|
|
|
@ -26,7 +26,7 @@
|
|
|
|
<view class="infoCol">
|
|
|
|
<view class="infoCol">
|
|
|
|
<view class="date">
|
|
|
|
<view class="date">
|
|
|
|
<image mode="heightFix" src="../../static/icon_shijian@2x.png"></image>
|
|
|
|
<image mode="heightFix" src="../../static/icon_shijian@2x.png"></image>
|
|
|
|
{{$u.timeFormat(item.created_at, 'yyyy年mm月dd日')}}
|
|
|
|
{{timeFormat(item.created_at, 'yyyy年mm月dd日')}}
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="price"><text>¥</text>{{item.total}}</view>
|
|
|
|
<view class="price"><text>¥</text>{{item.total}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
@ -128,7 +128,10 @@
|
|
|
|
onReachBottom() {
|
|
|
|
onReachBottom() {
|
|
|
|
this.getOrderList(this.page + 1)
|
|
|
|
this.getOrderList(this.page + 1)
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
timeFormat(time,format){
|
|
|
|
|
|
|
|
//this.util.
|
|
|
|
|
|
|
|
},
|
|
|
|
changeStatus(status) {
|
|
|
|
changeStatus(status) {
|
|
|
|
this.status = status
|
|
|
|
this.status = status
|
|
|
|
this.list = []
|
|
|
|
this.list = []
|
|
|
|
|