Authored by ccbikai(👎🏻🍜)

订单状态转换

... ... @@ -109,7 +109,7 @@ const _getOrderStatus = (order, showLogistics) => {
} else {
/* 订单为货到付款订单时,计算订单状态。(货到付款没有待付款状态) */
switch (order.status) {
switch (parseInt(order.status, 10)) {
case 0:
/* 备货中 */
... ...