Showing
1 changed file
with
1 additions
and
1 deletions
@@ -349,7 +349,7 @@ const _getSkuDataByProductBaseInfo = (data) => { | @@ -349,7 +349,7 @@ const _getSkuDataByProductBaseInfo = (data) => { | ||
349 | goodsId: size.size_id, | 349 | goodsId: size.size_id, |
350 | notify: size.notify, | 350 | notify: size.notify, |
351 | soldOut: _.parseInt(size.storage_number) === 0, | 351 | soldOut: _.parseInt(size.storage_number) === 0, |
352 | - info: _.get(size, 'size_info', '').replace(/ /ig, '/').replace(/:/ig, ' ') | 352 | + info: _.get(size, 'size_info', '').replace(/\//ig, '-').replace(/ /ig, '/').replace(/:/ig, ' ') |
353 | }); | 353 | }); |
354 | 354 | ||
355 | // 单个sku商品的总数 | 355 | // 单个sku商品的总数 |
-
Please register or login to post a comment