|
|
@ -283,12 +283,12 @@ |
|
|
statusList: [0, 3], |
|
|
statusList: [0, 3], |
|
|
regionId:JSON.parse(uni.getStorageSync('area')).regionId |
|
|
regionId:JSON.parse(uni.getStorageSync('area')).regionId |
|
|
} |
|
|
} |
|
|
if(this.currentIndex == 11){ |
|
|
if(this.currentIndex == 7){ |
|
|
url = "/mall/refund/page" |
|
|
url = "/mall/refund/page" |
|
|
}else{ |
|
|
}else{ |
|
|
url = "/mall/order/page" |
|
|
url = "/mall/order/page" |
|
|
} |
|
|
} |
|
|
that.NB.sendRequest(url, this.currentIndex == 11?data : this.searchForm, false, 'POST', 'application/json').then((res) => { |
|
|
that.NB.sendRequest(url, this.currentIndex == 7?data : this.searchForm, false, 'POST', 'application/json').then((res) => { |
|
|
if (res.code == 200) { |
|
|
if (res.code == 200) { |
|
|
if (that.searchForm.pageNum == 1) { |
|
|
if (that.searchForm.pageNum == 1) { |
|
|
that.orderList = res.result.records; |
|
|
that.orderList = res.result.records; |
|
|
|