tianyi 1 month ago
parent
commit
550231495b
  1. 4
      components/tab-bar/delivery.vue

4
components/tab-bar/delivery.vue

@ -283,12 +283,12 @@
statusList: [0, 3],
regionId:JSON.parse(uni.getStorageSync('area')).regionId
}
if(this.currentIndex == 11){
if(this.currentIndex == 7){
url = "/mall/refund/page"
}else{
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 (that.searchForm.pageNum == 1) {
that.orderList = res.result.records;

Loading…
Cancel
Save