|
|
@@ -225,13 +225,14 @@ |
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px' }" style="margin-top: 10px"> |
|
|
|
<el-row class="card_style2"> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px 20px' }"> |
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px 80px', 'text-align': 'center' }"> |
|
|
|
<div slot="header"> |
|
|
|
<span><el-divider direction="vertical"></el-divider>会员企业</span> |
|
|
|
</div> |
|
|
|
<div v-for="(item, index) in huiyuanQiList" :key="index" |
|
|
|
style="display: inline-table;width: 135px;height: 62px;border: 1px solid #eee;margin: 10px 20px;text-align: center"> |
|
|
|
<img :src="item.aboutImgUrlUrl"/> |
|
|
|
style="display: inline-table;width: 135px;height: 62px; |
|
|
|
border: 1px solid #eee;margin: 10px 20px;text-align: center"> |
|
|
|
<img :src="item.aboutImgUrl"/> |
|
|
|
</div> |
|
|
|
</el-card> |
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px 20px' }"> |
|
|
@@ -240,7 +241,8 @@ |
|
|
|
</div> |
|
|
|
<div > |
|
|
|
<el-button type="text" style="color: #255089"> |
|
|
|
<a href="" v-for="(item, index) in youqingList" :key="index" > |
|
|
|
<a :href="item.content" target="_blank" |
|
|
|
v-for="(item, index) in youqingList" :key="index" > |
|
|
|
{{item.title}} |
|
|
|
</a> |
|
|
|
<!-- 国家发改委 | 国家工信部 | 国家财政部 | 国家税务机关 | 中国海关 --> |
|
|
@@ -346,9 +348,14 @@ export default { |
|
|
|
}else if(weizhi == "L"){ |
|
|
|
// 会员企业 |
|
|
|
this.huiyuanQiList = res.data.records |
|
|
|
console.log('this.huiyuanQiList'+JSON.stringify(this.huiyuanQiList)) |
|
|
|
}else if(weizhi == "M"){ |
|
|
|
// 友情链接 |
|
|
|
this.youqingList = res.data.records |
|
|
|
this.youqingList.map((item) => { |
|
|
|
item.content = item.content.replace(/<[^>]+>/g,"") |
|
|
|
}) |
|
|
|
|
|
|
|
}else if(weizhi == "N"){ |
|
|
|
// 轮播 |
|
|
|
this.lunBoList = res.data.records |
|
|
|