帮扶
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
<image :src="$cdn + 'yjjk.png'"/>
|
||||
<h2>预警监控</h2>
|
||||
</div>
|
||||
<div class="info-top__item" @click="linkTo('../AppServicePublic/AppServicePublic?moduleId=ac80f2857f2c4e4d8f0e266a703aed7a&listName=政策动态')">
|
||||
<image :src="$cdn + 'news.png'"/>
|
||||
<h2>政策动态</h2>
|
||||
<div class="info-top__item" @click="linkTo('../AppHelpDeclaration/list')">
|
||||
<image :src="$cdn + 'sbsp.png'"/>
|
||||
<h2>申报审批</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news">
|
||||
<h2>最新动态</h2>
|
||||
<u-section title="最新动态" :show-line="false" font-size="32" bold sub-title="全部" @click="linkTo('../AppServicePublic/AppServicePublic?moduleId=ac80f2857f2c4e4d8f0e266a703aed7a&listName=政策动态')"></u-section>
|
||||
<div class="news-list" v-if="list.length">
|
||||
<div class="news-item" v-for="(item, index) in list" :key="index"
|
||||
@click="linkTo(`../AppServicePublic/Detail?id=${item.id}&listName=政策动态`)">
|
||||
@@ -48,7 +48,7 @@ export default {
|
||||
this.getList()
|
||||
})
|
||||
|
||||
console.log(this.$cdn + 'wdbf.png')
|
||||
// console.log(this.$cdn + 'wdbf.png')
|
||||
},
|
||||
onShow() {
|
||||
document.title = "防返贫"
|
||||
@@ -119,11 +119,8 @@ export default {
|
||||
}
|
||||
|
||||
.news {
|
||||
& > h2 {
|
||||
& > .u-section {
|
||||
margin-bottom: 32px;
|
||||
color: #333333;
|
||||
font-weight: 600;
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.news-item {
|
||||
|
||||
Reference in New Issue
Block a user