diff --git a/pages/activity/book.vue b/pages/activity/book.vue
index f1d9fc9..f3d357d 100644
--- a/pages/activity/book.vue
+++ b/pages/activity/book.vue
@@ -31,7 +31,7 @@
- {{list.form==2?'起约人数':'人数限制'}}:{{(list.form==2?10 : (numberlist.total==0?'不限':numberlist.total))}}
+ {{list.form==2?'起约人数':'人数限制'}}:{{(list.form==2?minTotal : (numberlist.total==0?'不限':numberlist.total))}}
@@ -376,7 +376,7 @@
key: 'activityinfo',
success(res) {
that.list = res.data;
- that.minTotal = that.list.form == 2 ? 10 : (that.type == 'user' ? 1 : that.list.team_min_count)
+ that.minTotal = that.list.form == 2 ? that.list.team_min_count : (that.type == 'user' ? 1 : that.list.team_min_count)
that.maxTotal = that.type == 'user' ? that.list.person_max_count : that.list.team_max_count
that.form.total = that.minTotal
for (var m of that.list.numbers) {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index c4d589d..1c5e177 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -25,12 +25,13 @@
-