|
@@ -189,8 +189,6 @@
|
|
},
|
|
},
|
|
// 待处理订单信息
|
|
// 待处理订单信息
|
|
getList (lat,lng) {
|
|
getList (lat,lng) {
|
|
- // let lat = this.currentPosition.lat
|
|
|
|
- // let lng = this.currentPosition.lng
|
|
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
title: '加载中...'
|
|
title: '加载中...'
|
|
})
|
|
})
|
|
@@ -202,6 +200,8 @@
|
|
item.distance = item.distance ? Math.round(item.distance/1000) : ''
|
|
item.distance = item.distance ? Math.round(item.distance/1000) : ''
|
|
item.reserveTime = moment(item.reserveDateBegin).format('YYYY-MM-DD') + item.reserveTimeTypeDictValue
|
|
item.reserveTime = moment(item.reserveDateBegin).format('YYYY-MM-DD') + item.reserveTimeTypeDictValue
|
|
})
|
|
})
|
|
|
|
+ } else {
|
|
|
|
+ this.noDataText = res.message
|
|
}
|
|
}
|
|
this.status = 'loadmore'
|
|
this.status = 'loadmore'
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|