Authored by htoooth

fix bug

... ... @@ -764,7 +764,7 @@ const _getOrderDetail = co(function * (uid, orderId) {
}
// 判断是否可以修改省份
if (orderDetail.is_support_change_province === 'Y') {
if (orderDetail.is_support_change_province === 'N') {
detail.changeProvince = true;
}
... ...