| | |
| | | |
| | | <script> |
| | | import '@/components/uview-components/uview-ui'; |
| | | import { getOrderList, cancelOrder, confirmReceipt } from "@/api/order.js"; |
| | | import { getOrderXcxList, cancelOrder, confirmReceipt } from "@/api/order.js"; |
| | | import { getClearReason } from "@/api/after-sale.js"; |
| | | import LiLiWXPay from "@/js_sdk/lili-pay/wx-pay.js"; |
| | | export default { |
| | |
| | | loadData(index) { |
| | | this.params.pageNumber = this.navList[index].pageNumber; |
| | | // this.params.tag = this.orderStatus[index].orderStatus; |
| | | getOrderList(this.params).then((res) => { |
| | | getOrderXcxList(this.params).then((res) => { |
| | | uni.stopPullDownRefresh(); |
| | | if (!res.data.success) { |
| | | this.navList[index].loadStatus = "noMore"; |