|
@@ -397,7 +397,7 @@ export default {
|
|
|
});
|
|
|
console.log('this.recordList[1]',this.recordList[1]);
|
|
|
console.log('orderNav',this.orderNav)
|
|
|
- if(!this.recordList[1]){return}
|
|
|
+ if(!this.recordList[1]){uni.hideLoading();return}
|
|
|
this.$u.api.feePay({ vehicleId: this.recordList[1] })
|
|
|
.then(res => {
|
|
|
console.log('res',res);
|