|
@ -6,22 +6,49 @@ |
|
|
<!-- <van-image src="../../assets/images/servicePhone/" /> --> |
|
|
<!-- <van-image src="../../assets/images/servicePhone/" /> --> |
|
|
<img src="../../assets/images/peoSuggestion/1.png" style="width: 100%; height:300px ;" /> |
|
|
<img src="../../assets/images/peoSuggestion/1.png" style="width: 100%; height:300px ;" /> |
|
|
</div> |
|
|
</div> |
|
|
<div style="position: fixed; top: 5px; right: 5px; " @click="$router.push({ path: `/mySuggestions`, })"> |
|
|
<div style="position: fixed; top: 5px; right: 5px; " @click="$router.push({ path: `/mySuggestions`, })"> |
|
|
<img src="../../assets/images/peoSuggestion/9.png" style="width: 25px; height:25px ;" /> |
|
|
<img src="../../assets/images/peoSuggestion/9.png" style="width: 25px; height:25px ;" /> |
|
|
</div> |
|
|
</div> |
|
|
<div class='container' style="position: relative;top: -35px;"> |
|
|
<div class='container' style="position: relative;top: -40px;"> |
|
|
|
|
|
<div class="card"> |
|
|
|
|
|
<div>各位建议人:</div> |
|
|
|
|
|
<span>为深入践行全过程人民民主,进一步畅通人民建议征集渠道,鼓励和引导人民群众积极建言献策, |
|
|
|
|
|
切实把人民群众的“金点子”转化为城阳区经济发展和社会治理的“金钥匙”,特向您征集建议。</span> |
|
|
|
|
|
<!-- <div class="activity_content flex m-top10" v-for="(item, index) in eventList" :key="index" |
|
|
|
|
|
@click="$router.push({ path: `/topicListDetail`, query: { id: item.id } })"> |
|
|
|
|
|
<div class="flex flex-y flex1 flex-end" style="overflow: hidden;"> |
|
|
|
|
|
<span class="van-multi-ellipsis--l2"> |
|
|
|
|
|
{{ item.subjectTitle }} |
|
|
|
|
|
</span> |
|
|
|
|
|
<div class="flex flex-end flex-end gray m-top10 font-size13"> |
|
|
|
|
|
<div class="flex flex-center"> |
|
|
|
|
|
<span>{{ item.eventNum }} 人参与 </span> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="flex flex-x"> |
|
|
|
|
|
<div class="flex flex-center"> |
|
|
|
|
|
<span> {{ item.publicationTime }}</span> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> --> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<!-- <div class='container' style="position: relative;top: -35px;"> |
|
|
<div class="flex flex-x flex-end"> |
|
|
<div class="flex flex-x flex-end"> |
|
|
<img @click="onClickdaily" src="../../assets/images/peoSuggestion/7.jpg" style="width: 180px;"> |
|
|
<img @click="onClickdaily" src="../../assets/images/peoSuggestion/7.jpg" style="width: 180px;"> |
|
|
<img @click="toSpecialList" src="../../assets/images/peoSuggestion/8.jpg" style="width: 180px;"> |
|
|
<img @click="toSpecialList" src="../../assets/images/peoSuggestion/8.jpg" style="width: 180px;"> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> --> |
|
|
<div class='container' style="position: relative;top: -40px;"> |
|
|
<div class='container' style="position: relative;top: -40px;"> |
|
|
<div class="card"> |
|
|
<div class="card"> |
|
|
<div class="title"> |
|
|
<div class="title"> |
|
|
<div class="flex flex-center2"> |
|
|
<div class="flex flex-center2"> |
|
|
<img style="height:20px;" src="@/assets/images/home/biaoqian.png" alt=""> |
|
|
<img style="height:20px;" src="@/assets/images/home/biaoqian.png" alt=""> |
|
|
<span class="m-left5" style=" color: black; font-family:pingfang-bold; |
|
|
<span class="m-left5" style=" color: black; font-family:pingfang-bold; |
|
|
font-size: 20px;">最新专题 </span> |
|
|
font-size: 20px;">专题征集 </span> |
|
|
</div> |
|
|
</div> |
|
|
<span @click="$router.push('/topicList')">更多</span> |
|
|
<span @click="$router.push('/topicList')">更多</span> |
|
|
|
|
|
|
|
@ -29,12 +56,21 @@ |
|
|
<div class="activity_content flex m-top10" v-for="(item, index) in eventList" :key="index" |
|
|
<div class="activity_content flex m-top10" v-for="(item, index) in eventList" :key="index" |
|
|
@click="$router.push({ path: `/topicListDetail`, query: { id: item.id } })"> |
|
|
@click="$router.push({ path: `/topicListDetail`, query: { id: item.id } })"> |
|
|
<div class="flex flex-y flex1 flex-end" style="overflow: hidden;"> |
|
|
<div class="flex flex-y flex1 flex-end" style="overflow: hidden;"> |
|
|
<span class="van-multi-ellipsis--l2"> |
|
|
<div class="flex flex-x" style="align-items: flex-start;"> |
|
|
{{ item.subjectTitle }} |
|
|
<div> |
|
|
</span> |
|
|
<van-tag size="medium" style="margin-right: 5px; width: 40px;" |
|
|
|
|
|
:color="item.status == '1' ? '#07c160' : '#b6b6b6'"> |
|
|
|
|
|
{{ item.status ? "征集中" : "已结束" }} |
|
|
|
|
|
</van-tag> |
|
|
|
|
|
</div> |
|
|
|
|
|
<span class="van-multi-ellipsis--l2" style="flex: 1; line-height: 1.5;"> |
|
|
|
|
|
{{ item.subjectTitle }} |
|
|
|
|
|
</span> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="flex flex-end flex-end gray m-top10 font-size13"> |
|
|
<div class="flex flex-end flex-end gray m-top10 font-size13"> |
|
|
<div class="flex flex-center"> |
|
|
<div class="flex flex-center" style="margin-left: 5px;"> |
|
|
<span>{{ item.eventNum }} 人参与 </span> |
|
|
<span>{{ item.eventNum }}条 </span> |
|
|
</div> |
|
|
</div> |
|
|
<div class="flex flex-x"> |
|
|
<div class="flex flex-x"> |
|
|
<div class="flex flex-center"> |
|
|
<div class="flex flex-center"> |
|
@ -54,12 +90,12 @@ |
|
|
<div class="flex flex-center2"> |
|
|
<div class="flex flex-center2"> |
|
|
<img style="height:20px;" src="@/assets/images/home/biaoqian.png" alt=""> |
|
|
<img style="height:20px;" src="@/assets/images/home/biaoqian.png" alt=""> |
|
|
<span class="m-left5" style=" color: black; font-family:pingfang-bold; |
|
|
<span class="m-left5" style=" color: black; font-family:pingfang-bold; |
|
|
font-size: 20px;">金点子 </span> |
|
|
font-size: 20px;">金点子建议 </span> |
|
|
</div> |
|
|
</div> |
|
|
<span @click="$router.push('/goldenIdea')">更多</span> |
|
|
<span @click="$router.push('/goldenIdea')">更多</span> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<van-tabs v-model="tagActive" style="width: 100%;" :title-style="titleStyle" @click="onClickTab()" |
|
|
<van-tabs v-model="tagActive" style="width: 100%;" :title-style="titleStyle" @click="onClickTab()" |
|
|
title-class="custom-title-class"> |
|
|
title-class="custom-title-class"> |
|
|
<van-tab v-for="item in tagList" :key="item.id" :title="item.tagName"> |
|
|
<van-tab v-for="item in tagList" :key="item.id" :title="item.tagName"> |
|
|
|
|
|
|
|
@ -67,7 +103,8 @@ |
|
|
|
|
|
|
|
|
</van-tabs> |
|
|
</van-tabs> |
|
|
<div v-if="!showGold" class="activity_content flex m-top10" v-for="(item, index) in goldIdealist" |
|
|
<div v-if="!showGold" class="activity_content flex m-top10" v-for="(item, index) in goldIdealist" |
|
|
:key="index" @click="$router.push({ path: `/goldenIdeaDetail`, query: { eventId: item.icEventId,specialSubjectId:item.specialSubjectId } })"> |
|
|
:key="index" |
|
|
|
|
|
@click="$router.push({ path: `/goldenIdeaDetail`, query: { eventId: item.icEventId,specialSubjectId:item.specialSubjectId } })"> |
|
|
<div class="flex flex-y flex1 flex-end" style="overflow: hidden;"> |
|
|
<div class="flex flex-y flex1 flex-end" style="overflow: hidden;"> |
|
|
<span class="van-multi-ellipsis--l2"> |
|
|
<span class="van-multi-ellipsis--l2"> |
|
|
{{ item.subjectTitle }} |
|
|
{{ item.subjectTitle }} |
|
@ -87,7 +124,8 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div v-if="showGold" class="activity_content flex m-top10" v-for="(item, index) in goldIdealList" |
|
|
<div v-if="showGold" class="activity_content flex m-top10" v-for="(item, index) in goldIdealList" |
|
|
:key="index" @click="$router.push({ path: `/goldenIdeaDetail`, query: { eventId: item.icEventId,specialSubjectId:item.specialSubjectId } })"> |
|
|
:key="index" |
|
|
|
|
|
@click="$router.push({ path: `/goldenIdeaDetail`, query: { eventId: item.icEventId,specialSubjectId:item.specialSubjectId } })"> |
|
|
<div class="flex flex-y flex1 flex-end" style="overflow: hidden;"> |
|
|
<div class="flex flex-y flex1 flex-end" style="overflow: hidden;"> |
|
|
<span class="van-multi-ellipsis--l2"> |
|
|
<span class="van-multi-ellipsis--l2"> |
|
|
{{ item.subjectTitle }} |
|
|
{{ item.subjectTitle }} |
|
@ -106,7 +144,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div style="position: fixed; right: 0px; bottom:40px;display: flex; flex-direction:column;"> |
|
|
<div style="position: fixed; right: 0px; bottom:40px;display: flex; flex-direction:column;"> |
|
@ -241,7 +279,7 @@ export default { |
|
|
goldenIdeaFlag:0, |
|
|
goldenIdeaFlag:0, |
|
|
agencyId:"", |
|
|
agencyId:"", |
|
|
reportUserId:"", |
|
|
reportUserId:"", |
|
|
status:1 |
|
|
status:"" |
|
|
} |
|
|
} |
|
|
let res = await icEventSpecialSubject(parm) |
|
|
let res = await icEventSpecialSubject(parm) |
|
|
if (res.code === 0) { |
|
|
if (res.code === 0) { |
|
|