...
|
...
|
@@ -342,7 +342,7 @@ const getOrderData = (uid, type, page) => { |
|
|
3: {
|
|
|
text: '您暂时还没有待收货的订单'
|
|
|
}
|
|
|
}
|
|
|
};
|
|
|
|
|
|
type = parseInt(type, 10);
|
|
|
|
...
|
...
|
@@ -361,9 +361,7 @@ const getOrderData = (uid, type, page) => { |
|
|
const empty = {
|
|
|
showEmptyEn: emptyMsg[type].showEmptyEn,
|
|
|
emptyMsg: emptyMsg[type].text
|
|
|
}
|
|
|
|
|
|
console.log(empty);
|
|
|
};
|
|
|
|
|
|
navBar.tabs[typeActiveIndexMap[type]].isActive = true;
|
|
|
|
...
|
...
|
|