From bc9212c27d8aac3eb8897da9fb8f6fb8dd45b03c Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Sat, 18 Sep 2021 16:43:46 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B0=8F=E5=8C=BA=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../common/addCommunity/addCommunity.html | 14 ++++++++++++++
.../components/common/addCommunity/addCommunity.js | 8 ++++++--
.../common/editCommunity/editCommunity.html | 14 ++++++++++++++
.../common/editCommunity/editCommunity.js | 6 ++++--
.../common/enterCommunity/enterCommunity.html | 9 ++++++++-
5 files changed, 46 insertions(+), 5 deletions(-)
diff --git a/public/components/common/addCommunity/addCommunity.html b/public/components/common/addCommunity/addCommunity.html
index fba5eda17..438af142a 100755
--- a/public/components/common/addCommunity/addCommunity.html
+++ b/public/components/common/addCommunity/addCommunity.html
@@ -65,6 +65,20 @@
placeholder="必填,请填写联系方式" class="form-control">
+
+
diff --git a/public/components/common/addCommunity/addCommunity.js b/public/components/common/addCommunity/addCommunity.js
index 21c0ea977..41c20961a 100755
--- a/public/components/common/addCommunity/addCommunity.js
+++ b/public/components/common/addCommunity/addCommunity.js
@@ -11,7 +11,9 @@
cityCode: '',
mapX: '101.33',
mapY: '101.33',
- attrs: []
+ attrs: [],
+ payFeeMonth: 12,
+ feePrice: 0
},
areas: [],
provs: [],
@@ -148,7 +150,9 @@
cityCode: '',
mapX: '101.33',
mapY: '101.33',
- attrs: []
+ attrs: [],
+ payFeeMonth: 12,
+ feePrice: 0
};
$that.selectProv = '';
$that.selectCity = '';
diff --git a/public/components/common/editCommunity/editCommunity.html b/public/components/common/editCommunity/editCommunity.html
index 747afa049..90fa71608 100755
--- a/public/components/common/editCommunity/editCommunity.html
+++ b/public/components/common/editCommunity/editCommunity.html
@@ -28,6 +28,20 @@
placeholder="必填,请填写附近地标" class="form-control">
+
+
diff --git a/public/components/common/editCommunity/editCommunity.js b/public/components/common/editCommunity/editCommunity.js
index 2a53ab3f5..fdd7e5ee5 100755
--- a/public/components/common/editCommunity/editCommunity.js
+++ b/public/components/common/editCommunity/editCommunity.js
@@ -10,7 +10,8 @@
cityCode: '',
mapX: '101.33',
mapY: '101.33',
-
+ payFeeMonth: 12,
+ feePrice: 0,
attrs: []
}
},
@@ -140,7 +141,8 @@
cityCode: '',
mapX: '101.33',
mapY: '101.33',
-
+ payFeeMonth: 12,
+ feePrice: 0,
attrs: _attrs
}
},
diff --git a/public/pages/common/enterCommunity/enterCommunity.html b/public/pages/common/enterCommunity/enterCommunity.html
index 2f0818db2..f98918535 100755
--- a/public/pages/common/enterCommunity/enterCommunity.html
+++ b/public/pages/common/enterCommunity/enterCommunity.html
@@ -22,7 +22,8 @@
小区编码 |
联系方式 |
面积 |
-
+ 开始时间 |
+ 结束时间 |
状态 |
操作 |
@@ -54,6 +55,12 @@
{{community.communityArea}}
|
+
+ {{community.startTime}}
+ |
+
+ {{community.endTime}}
+ |