Authored by 杨延青

Merge branch 'feature/yoluckShare' into 'release/0110'

del format participantCount



See merge request !1656
... ... @@ -253,7 +253,7 @@ class YoLuckService extends global.yoho.BaseModel {
result.product.notice = notice;
result.product.participantCount = this.formatN('000000', participantCount).split('');
result.product.participantCount = participantCount;
result.actionStatus = this.setActionStatus(result.product);
result.resource = r3;
... ...