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

feat: 相关载体改为相关产业园

parent 09b9d8e9
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<p class="many-content" style="color: #606266;padding-left: 6rpx;">{{primaryIndustryList[pageId].titleIntroduce}}</p> <p class="many-content" style="color: #606266;padding-left: 6rpx;">{{primaryIndustryList[pageId].titleIntroduce}}</p>
</div> </div>
<div v-if="primaryIndustryList[pageId].parkList.length > 0"> <div v-if="primaryIndustryList[pageId].parkList.length > 0">
<section-title title="相关载体"> <section-title title="相关产业园">
</section-title> </section-title>
<div v-for="item in primaryIndustryList[pageId].parkList" :key="item.id" style="margin-bottom: 20rpx;" @click="toDetail(item)"> <div v-for="item in primaryIndustryList[pageId].parkList" :key="item.id" style="margin-bottom: 20rpx;" @click="toDetail(item)">
<park-card :detail="item"></park-card> <park-card :detail="item"></park-card>
......
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