|
|
@@ -227,7 +227,7 @@ export default {
|
|
|
this.model.way = data.sponsor;
|
|
|
// this.model.max_person = data.max_person;
|
|
|
// this.model.person_count = data.person_count;
|
|
|
- this.model.max_person = 1;
|
|
|
+ this.model.max_person = 1;
|
|
|
this.model.person_count = 2;
|
|
|
this.model.share =
|
|
|
parseInt(data.real_repost_count) +
|