Authored by yyq

del format participantCount

@@ -253,7 +253,7 @@ class YoLuckService extends global.yoho.BaseModel { @@ -253,7 +253,7 @@ class YoLuckService extends global.yoho.BaseModel {
253 253
254 result.product.notice = notice; 254 result.product.notice = notice;
255 255
256 - result.product.participantCount = this.formatN('000000', participantCount).split(''); 256 + result.product.participantCount = participantCount;
257 result.actionStatus = this.setActionStatus(result.product); 257 result.actionStatus = this.setActionStatus(result.product);
258 result.resource = r3; 258 result.resource = r3;
259 259