...
|
...
|
@@ -735,12 +735,12 @@ const _getOrderDetail = co(function * (uid, orderId) { |
|
|
if (_.get(orderDetail, 'is_offlineshops') === 'Y') {
|
|
|
if (_.get(orderDetail, 'is_delivery_offline') === 'Y') {
|
|
|
detail.orderInfo.offlineBySelf = true;
|
|
|
detail.offlineBySelf = true;
|
|
|
detail.offlineBySelf = true; // 进度条的处理
|
|
|
} else {
|
|
|
detail.orderInfo.offlineByExpress = true;
|
|
|
}
|
|
|
|
|
|
detail.offlineStore = _.get(orderDetail, 'offline_store', '');
|
|
|
detail.orderInfo.offlineStore = _.get(orderDetail, 'offline_store', '');
|
|
|
} else {
|
|
|
detail.orderInfo.normal = true;
|
|
|
}
|
...
|
...
|
|