Commit b2367ed6 authored by 王玉鑫's avatar 王玉鑫

feat: 测试修改

parent 9d87d767
......@@ -73,7 +73,7 @@ export default {
components: { sectionTitle, ElementCost },
data() {
return {
tabBarList: ["招商亮点", "重点业", "招商政策", "要素成本"],
tabBarList: ["招商亮点", "重点业", "招商政策", "要素成本"],
activeBar: 0,
lights: [],
detail: null,
......
......@@ -4,7 +4,7 @@
<section-title title="产业概况"></section-title>
<p class="many-content" style="color: #606266;padding-left: 6rpx;">{{primaryIndustryList[pageId].titleIntroduce}}</p>
</div>
<div>
<div v-if="primaryIndustryList[pageId].carrirList.length > 0">
<section-title title="相关载体">
</section-title>
<div v-for="carrier in primaryIndustryList[pageId].carrirList" :key="carrier.id" style="margin-bottom: 20rpx;" @click="toDetail(carrier)">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment