|
@@ -33,7 +33,7 @@
|
|
|
/>
|
|
|
</van-popup>
|
|
|
</van-cell-group>
|
|
|
-
|
|
|
+
|
|
|
<van-cell-group>
|
|
|
<van-field
|
|
|
v-model="inputForm.siteName.name"
|
|
@@ -81,7 +81,7 @@
|
|
|
</van-picker-group>
|
|
|
</van-popup>
|
|
|
</van-cell-group>
|
|
|
-
|
|
|
+
|
|
|
<van-cell-group>
|
|
|
<van-field
|
|
|
v-model="inputForm.placeSelectName"
|
|
@@ -154,7 +154,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
-
|
|
|
+
|
|
|
<script>
|
|
|
import { ref, onMounted } from "vue";
|
|
|
import personList from "../personList.vue";
|
|
@@ -174,7 +174,7 @@ export default {
|
|
|
const onClickLeft = () => {
|
|
|
history.back();
|
|
|
};
|
|
|
- // 私设聚会点信息
|
|
|
+ //信息
|
|
|
let inputForm = ref({
|
|
|
id: "",
|
|
|
nonReligiousCategoriesname: "",
|
|
@@ -194,7 +194,7 @@ export default {
|
|
|
participants: {
|
|
|
id: "",
|
|
|
name: "",
|
|
|
- },
|
|
|
+ },
|
|
|
eventContent: "",
|
|
|
state: "0",
|
|
|
assessment: "0",
|
|
@@ -225,7 +225,7 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
|
|
|
-
|
|
|
+
|
|
|
// 非宗教类别
|
|
|
let showCategories = ref(false);
|
|
|
let Categories = ref([{"name":"宗教组织","id":"1"},{"name":"邪教组织","id":"10"},{"name":"地下神学院","id":"11"},{"name":"地下教会","id":"2"},
|
|
@@ -247,7 +247,7 @@ export default {
|
|
|
};
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
//组织名称
|
|
|
let showOrganizations = ref(false);
|
|
@@ -271,7 +271,7 @@ export default {
|
|
|
inputForm.value.siteName.name = names.join(",");
|
|
|
}
|
|
|
};
|
|
|
-
|
|
|
+
|
|
|
|
|
|
// 获取活动时间
|
|
|
let showAct = ref(false);
|
|
@@ -284,7 +284,7 @@ export default {
|
|
|
"-"
|
|
|
)} ${currentTime.value.join(":")}`;
|
|
|
};
|
|
|
-
|
|
|
+
|
|
|
// 地区选择
|
|
|
let showArea = ref(false);
|
|
|
const cascaderValue = ref("");
|
|
@@ -327,7 +327,7 @@ export default {
|
|
|
})
|
|
|
onClickLeft();
|
|
|
isLoading.value = false;
|
|
|
- }
|
|
|
+ }
|
|
|
});
|
|
|
};
|
|
|
return {
|
|
@@ -350,7 +350,7 @@ export default {
|
|
|
getTime,
|
|
|
// 返回
|
|
|
onClickLeft,
|
|
|
-
|
|
|
+
|
|
|
// 地区选择
|
|
|
showArea,
|
|
|
fieldNames,
|
|
@@ -364,7 +364,7 @@ export default {
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
-
|
|
|
+
|
|
|
<style scoped>
|
|
|
* {
|
|
|
margin: 0;
|
|
@@ -440,4 +440,4 @@ export default {
|
|
|
.rowTextArea::v-deep .van-cell {
|
|
|
display: flow-root;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|