@@ -132,12 +132,14 @@
if (val.status == '0') {
res = await that.$api(`/order`, 'GET', {
status: val.status,
- customer: user._id
+ customer: user._id,
+ limit: 1
});
} else {
res = await that.$api(`/orderDetail`, 'GET', {
}
if (res.errcode == '0') {