Authored by htoooth

移除月字

@@ -1154,7 +1154,7 @@ const _detailDataPkg = (origin, uid, vipLevel, cookies) => { @@ -1154,7 +1154,7 @@ const _detailDataPkg = (origin, uid, vipLevel, cookies) => {
1154 1154
1155 // 上市期 1155 // 上市期
1156 if (propOrigin('expect_arrival_time')) { 1156 if (propOrigin('expect_arrival_time')) {
1157 - result.arrivalDate = `${propOrigin('expect_arrival_time')}`; 1157 + result.arrivalDate = `${propOrigin('expect_arrival_time')}`;
1158 result.presalePrice = propOrigin('format_sales_price'); 1158 result.presalePrice = propOrigin('format_sales_price');
1159 delete result.salePrice; 1159 delete result.salePrice;
1160 result.hasOtherPrice = false; 1160 result.hasOtherPrice = false;