Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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; |
-
Please register or login to post a comment