Authored by shuaiguo

Merge remote-tracking branch 'refs/remotes/origin/release/6.9.22' into hotfix/sub-domain

... ... @@ -29,6 +29,15 @@ let _getProduct = function(o, type) {
type: type || 'yoho'
};
if (!_.isEmpty(o.cover_info)) {
let { share_content } = o.cover_info;
Object.assign(res, {
sales_price: share_content,
salesPriceClass: 'share-price'
});
}
plan = _.sortBy(plan, item => {
return +item.show_begin_time;
});
... ...
{
"name": "yohobuywap-node",
"version": "6.12.1",
"version": "6.12.2",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...