...
|
...
|
@@ -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;
|
|
|
|
...
|
...
|
|