-
-
-
![]()
+
+
-
-
-
{{ applyList.name }}
- {{applyList.type}}/{{typeNames}}
-
-
-
-
-
{{item.tab}}
-
-

-
{{ applyList.address }}
-
-
-

-
-
- 营业时间:
- 营业时间:
-
-
-
联系电话:
-
营业时间:
-

-
-
-
+
+ 各位建议人:
+
+
+
为贯彻落实"以人民为中心"的发展思想,坚持 新时代党的群众路线,践行'大社会、大治理、大服 务"工作
+
+
+ 注意事项:
+
+
+
1、人民建议,是指公民、法人或社会组织(简称建 议人)为了社会公共利益,针对社会公共事务,对 我市经济建设、政治建
+
+
2、人民建议,是指公民、法人或社会组织(简称建 议人)为了社会公共利益,针对社会公共事务,对 我市经济建设、政治建
-
-
-
-
优惠卷
-
-
-
-
-
{{ applyList.name }}
-
{{ item.tab }}
-
- 有效期至 {{ applyList.address }}
-
-
-
-
-
-
-
- 使用方法:凭当前页面进点享受优惠
-
-
-
-
-
+
+ 开始填写
+
@@ -101,183 +39,8 @@ import { Toast, Dialog } from 'vant'
export default {
data() {
return {
- options: [
- {
- "children": [
- {
- "pv": "1",
- "value": "11",
- "label": "托儿所"
- },
- {
- "pv": "1",
- "value": "12",
- "label": "幼儿园"
- },
- {
- "pv": "1",
- "value": "13",
- "label": "小学"
- },
- {
- "pv": "1",
- "value": "14",
- "label": "中学"
- },
- {
- "pv": "1",
- "value": "15",
- "label": "培训机构"
- },
- {
- "pv": "1",
- "value": "16",
- "label": "其它"
- }
- ],
- "value": "1",
- "label": "教育培训"
- },
- {
- "children": [
- {
- "pv": "2",
- "value": "21",
- "label": "门诊"
- },
- {
- "pv": "2",
- "value": "22",
- "label": "社区医院"
- },
- {
- "pv": "2",
- "value": "23",
- "label": "医院"
- },
- {
- "pv": "2",
- "value": "24",
- "label": "其它"
- }
- ],
- "value": "2",
- "label": "医疗卫生"
- },
- {
- "children": [
- {
- "pv": "3",
- "value": "31",
- "label": "餐饮"
- },
- {
- "pv": "3",
- "value": "32",
- "label": "超市"
- },
- {
- "pv": "3",
- "value": "33",
- "label": "理发"
- },
- {
- "pv": "3",
- "value": "34",
- "label": "书店"
- },
- {
- "pv": "3",
- "value": "35",
- "label": "便利店"
- },
- {
- "pv": "3",
- "value": "36",
- "label": "市场"
- },
- {
- "pv": "3",
- "value": "37",
- "label": "五金"
- },
- {
- "pv": "3",
- "value": "38",
- "label": "照相"
- },
- {
- "pv": "3",
- "value": "39",
- "label": "综合修理"
- },
- {
- "pv": "3",
- "value": "30",
- "label": "服务站"
- },
- {
- "pv": "3",
- "value": "330",
- "label": "农贸市场"
- },
- {
- "pv": "3",
- "value": "331",
- "label": "其它"
- }
- ],
- "value": "3",
- "label": "商业服务"
- },
- {
- "children": [
- {
- "pv": "4",
- "value": "41",
- "label": "电影院"
- },
- {
- "pv": "4",
- "value": "42",
- "label": "歌剧院"
- },
- {
- "pv": "4",
- "value": "43",
- "label": "图书馆"
- },
- {
- "pv": "4",
- "value": "44",
- "label": "游泳馆"
- },
- {
- "pv": "4",
- "value": "45",
- "label": "活动中心"
- },
- {
- "pv": "4",
- "value": "46",
- "label": "体育馆"
- },
- {
- "pv": "4",
- "value": "47",
- "label": "其它"
- }
- ],
- "value": "4",
- "label": "文化体育"
- },
- {
- "value": "5",
- "label": "其它"
- }
- ],
- tabs:[],
- applyList:{},
+
+
};
},
created() {
@@ -285,37 +48,12 @@ export default {
},
async mounted() {
- // setConfig(['updateAppMessageShareData', 'onMenuShareAppMessage', 'updateTimelineShareData'])
- if (this.$route.query.id) {
- console.log(this.$route.query.id);
-
- this.sphereLifeId= this.$route.query.id
- // await this.detail(this.$route.query.id)
- // if(this.$route.query.flag === 'share'){
- // await this.getById(this.$route.query.id)
- // }
- // await this.share()
- this.activityApplyList( this.$route.query.id)
- // this.activitySignIn(1)
- // this.activitySignIn(0)
- }
},
methods: {
- //获取生活圈详情
- activityApplyList(id) {
- sphereLifeSearcdetail(id).then(res => {
- if (res.code === 0) {
- this.applyList = res.data
- this.tabs = res.data.tags.split(',').map(tag => ({ tab: tag.trim() }))
- console.log(tabs, "sdalkjflksdf");
-
-
-
- }
- }).catch(err => {
-
- })
- },
+ //建议征集
+ onClickdaily(){
+ this.$router.push({path:`solicitationDaily`})
+ },
diff --git a/src/views/peoSuggestion/goldenIdea.vue b/src/views/peoSuggestion/goldenIdea.vue
new file mode 100644
index 0000000..bb97542
--- /dev/null
+++ b/src/views/peoSuggestion/goldenIdea.vue
@@ -0,0 +1,306 @@
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+ {{ item.name }}
+
+
{{ item.time }}
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
+ 暂无数据~
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/peoSuggestion/goldenIdeaDetail.vue b/src/views/peoSuggestion/goldenIdeaDetail.vue
new file mode 100644
index 0000000..f3a93f5
--- /dev/null
+++ b/src/views/peoSuggestion/goldenIdeaDetail.vue
@@ -0,0 +1,264 @@
+
+
+
+
+
{{ ProblemDescription.eventContent }}
+
{{ ProblemDescription.happenTime }}
+
+
+
![]()
+
+
+
+
+
+
支持 {{ ProblemDescription.supportNum }}
+

+
+
+ 反对 {{ ProblemDescription.opposeNum }}
+
+
+
{{dataValue}}人参与
+
+
+
+
+
+ 支持
+
+
+
+ 反对
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/peoSuggestion/index.vue b/src/views/peoSuggestion/index.vue
index 3eaa9f2..02fc6b8 100644
--- a/src/views/peoSuggestion/index.vue
+++ b/src/views/peoSuggestion/index.vue
@@ -8,8 +8,8 @@