Authored by 陈轩

Merge remote-tracking branch 'origin/release/5.1' into release/5.1

@@ -624,6 +624,7 @@ let getProductData = (data) => { @@ -624,6 +624,7 @@ let getProductData = (data) => {
624 finalResult.isStudent = data.isStudent; 624 finalResult.isStudent = data.isStudent;
625 Object.assign(finalResult.feedbacks, info[2]); 625 Object.assign(finalResult.feedbacks, info[2]);
626 Object.assign(finalResult, {isSecKill: result.isSecKill}); 626 Object.assign(finalResult, {isSecKill: result.isSecKill});
  627 + finalResult.goodsPrice.previousPrice = '¥' + result.marketPrice;
627 628
628 /* 预售商品不能购买 */ 629 /* 预售商品不能购买 */
629 if (_.get(result, 'isDepositAdvance', '') === 'Y') { 630 if (_.get(result, 'isDepositAdvance', '') === 'Y') {