Showing
1 changed file
with
1 additions
and
1 deletions
@@ -81,7 +81,7 @@ const _formatOrderGoods = (orderGoods, count, haveLink, tickets) => { | @@ -81,7 +81,7 @@ const _formatOrderGoods = (orderGoods, count, haveLink, tickets) => { | ||
81 | * @private | 81 | * @private |
82 | */ | 82 | */ |
83 | const _assignExpressInfo = (showLogistics, order) => { | 83 | const _assignExpressInfo = (showLogistics, order) => { |
84 | - let data = {}; | 84 | + let data = {}; |
85 | 85 | ||
86 | if (showLogistics && order.express_company && order.express_company.caption) { | 86 | if (showLogistics && order.express_company && order.express_company.caption) { |
87 | data = { | 87 | data = { |
-
Please register or login to post a comment