Browse Source

爱心互助

master
jiangyy 3 years ago
parent
commit
4af07ae63f
  1. 12
      src/views/modules/communityParty/heart/heartForm.vue
  2. 2071
      src/views/modules/visual/communityGovern/fivelayers/mapIndex-baidu.vue

12
src/views/modules/communityParty/heart/heartForm.vue

@ -85,6 +85,7 @@
style="display: block"
label-width="150px">
<el-input-number class="item_width_2"
:min="0"
v-model="formData.actQuota"
label="活动人数"></el-input-number>
</el-form-item>
@ -94,6 +95,7 @@
style="display: block"
label-width="150px">
<el-input-number class="item_width_2"
:min="0"
v-model="formData.reward"
label="活动积分"></el-input-number>
</el-form-item>
@ -158,7 +160,7 @@
type="textarea"
maxlength="200"
show-word-limit
:rows="5"
:rows="7"
placeholder="请输入报名条件,不超过200字"
v-model="formData.requirement"></el-input>
</el-form-item>
@ -407,7 +409,7 @@ export default {
actId: "",
actLatitude: null,
actLongitude: null,
actQuota: undefined,
actQuota: 0,
actStartTime: "",
actType: "heart",
@ -418,7 +420,7 @@ export default {
noticePassedPeople: false,
requirement: "",
reward: undefined,
reward: 0,
signInAddress: "",
signInEndTime: "",
@ -901,7 +903,7 @@ export default {
actId: "",
actLatitude: null,
actLongitude: null,
actQuota: undefined,
actQuota: 0,
actStartTime: "",
actType: "heart",
@ -912,7 +914,7 @@ export default {
noticePassedPeople: false,
requirement: "",
reward: undefined,
reward: 0,
signInAddress: "",
signInEndTime: "",

2071
src/views/modules/visual/communityGovern/fivelayers/mapIndex-baidu.vue

File diff suppressed because it is too large
Loading…
Cancel
Save