...
|
...
|
@@ -232,9 +232,9 @@ Page(Object.assign({ |
|
|
|
|
|
let participantCount = r1.code === 200 ? r1.data.joinNum : 0;
|
|
|
|
|
|
if (product.status >= ACTIVITY.END) {
|
|
|
participantCount = product.limit;
|
|
|
}
|
|
|
// if (product.status >= ACTIVITY.END) {
|
|
|
// participantCount = product.limit;
|
|
|
// }
|
|
|
|
|
|
this.setData({
|
|
|
product: product,
|
...
|
...
|
|