|
@@ -217,15 +217,30 @@
|
|
return {
|
|
return {
|
|
cyinfoStatus: '未装车',
|
|
cyinfoStatus: '未装车',
|
|
src: 'https://cdn.uviewui.com/uview/album/1.jpg',
|
|
src: 'https://cdn.uviewui.com/uview/album/1.jpg',
|
|
- id: 1
|
|
|
|
|
|
+ id: ""
|
|
}
|
|
}
|
|
|
|
|
|
},
|
|
},
|
|
|
|
+ onLoad(options) {
|
|
|
|
+ this.id = options.id
|
|
|
|
+ },
|
|
|
|
+ onShow() {
|
|
|
|
+ this.getList()
|
|
|
|
+ },
|
|
methods: {
|
|
methods: {
|
|
back() {
|
|
back() {
|
|
uni.navigateBack()
|
|
uni.navigateBack()
|
|
},
|
|
},
|
|
|
|
+ getList(){
|
|
|
|
+ this.$request.baseRequest('get', '/orderInfo/getOrderInfo', {
|
|
|
|
+ id: this.id,
|
|
|
|
+
|
|
|
|
+ }).then(res => {
|
|
|
|
+
|
|
|
|
+ })
|
|
|
|
+ },
|
|
goConfirmLoading(id) {
|
|
goConfirmLoading(id) {
|
|
|
|
+
|
|
console.log('点击详情id:', id)
|
|
console.log('点击详情id:', id)
|
|
uni.$u.route('/pages/order/confirmLoading', {
|
|
uni.$u.route('/pages/order/confirmLoading', {
|
|
id: this.id,
|
|
id: this.id,
|