From 0b50e78f4f6d1fd1386fa81fe9d2a21437d712fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?=
<153298343@qq.com>
Date: Wed, 1 Jun 2022 14:40:40 +0800
Subject: [PATCH] up
---
pages/activity/book.vue | 334 +++++++++++++++---------------
pages/activity/index.vue | 20 +-
pages/activity/info.vue | 164 ++++++++-------
pages/index/index.vue | 7 +-
pages/order/activityorderinfo.vue | 14 +-
pages/visit/book.vue | 10 +-
static/css/activitybox.css | 213 ++++++++++---------
7 files changed, 377 insertions(+), 385 deletions(-)
diff --git a/pages/activity/book.vue b/pages/activity/book.vue
index ee8db5c..9225064 100644
--- a/pages/activity/book.vue
+++ b/pages/activity/book.vue
@@ -5,39 +5,39 @@
预约的活动
-
-
- {{list.name}}
-
- {{list.target_name}}
-
-
-
-
-
- 活动时间:{{list.start_time}}-{{list.end_time}}
-
-
-
-
- 活动方式:{{list.area_name}}
-
-
-
-
- 活动地址:{{list.address}}
-
-
-
-
- 人数限制:{{list.total==0?'不限':list.total}}
-
-
-
- 距离:{{list.distance}}km
-
-
-
+
+
+ {{list.name}}
+
+ {{list.target_name}}
+
+
+
+
+
+ 活动时间:{{list.start_time}}-{{list.end_time}}
+
+
+
+
+ 活动方式:{{list.area_name}}
+
+
+
+
+ 活动地址:{{list.address}}
+
+
+
+
+ 人数限制:{{list.total==0?'不限':list.total}}
+
+
+
+ 距离:{{list.distance}}km
+
+
+
@@ -45,17 +45,20 @@
- 参与人员
+ 参与人数
+ bgColor="#FCF6E3" :min="(type=='user'?1:list.team_min_count)"
+ :max="(type=='user'?list.person_max_count:list.team_max_count)" class="plus">
- 每单限购{{list.person_max_count}}张,同一身份证当天限购1张
- {{list.team_min_count}}人以上可团体预约,一个团体最多{{list.team_max_count}}人
+ 每单限购{{list.person_max_count}}张,同一身份证当天限购1张
+ {{list.team_min_count}}人以上可团体预约,一个团体最多{{list.team_max_count}}人
@@ -76,26 +79,26 @@
-
-
-
-
-
- 批量导入说明
-
+
+
+
+
+
+ 批量导入说明
+
@@ -161,19 +164,19 @@
确定
-
-
-
-
+
+
+
+
@@ -181,20 +184,20 @@