From 4c528022f016c65287f4b9b4e2e6c03b0f508b1c Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 1 Apr 2026 13:28:28 +0800 Subject: [PATCH] qiyuerenshu --- pages/activity/book.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/activity/book.vue b/pages/activity/book.vue index c03fd40..ae4a5d4 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))}} @@ -365,7 +365,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) {