Commit 8aa8df57 authored by shilei's avatar shilei
parents f9c70a52 b2367ed6
...@@ -12,6 +12,8 @@ export default { ...@@ -12,6 +12,8 @@ export default {
industrialDetail: '/postcard/api/parkInfo/v1.0/detail', industrialDetail: '/postcard/api/parkInfo/v1.0/detail',
// 载体详情 // 载体详情
carrierDetail: '/postcard/api/carrier/v1.0/detail', carrierDetail: '/postcard/api/carrier/v1.0/detail',
// 土地详情
landDetail: '/postcard/api/land/v1.0/detail',
// 招商引资-招商亮点 // 招商引资-招商亮点
investmentLights: '/postcard/api/developmentInfo/v1.0/detail', investmentLights: '/postcard/api/developmentInfo/v1.0/detail',
// 提交咨询信息 // 提交咨询信息
......
...@@ -56,7 +56,7 @@ export default { ...@@ -56,7 +56,7 @@ export default {
}, },
data() { data() {
return { return {
queryUrl: api.carrierDetail, queryUrl: api.landDetail,
}; };
}, },
methods: { methods: {
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
border="none" border="none"
suffixIcon="arrow-right" suffixIcon="arrow-right"
:suffixIconStyle="{ fontSize: '30rpx' }" :suffixIconStyle="{ fontSize: '30rpx' }"
placeholder="请输入类别" placeholder="请选择类别"
@tap="changeShowPicker(true)" @tap="changeShowPicker(true)"
></u--input> ></u--input>
</u-form-item> </u-form-item>
...@@ -413,13 +413,14 @@ export default { ...@@ -413,13 +413,14 @@ export default {
.contact-cell { .contact-cell {
.contact-item { .contact-item {
background-color: white; background-color: white;
padding: 0 60rpx; padding: 0 30rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
height: 156rpx; height: 156rpx;
font-size: 28rpx;
& ~ .contact-item { & ~ .contact-item {
margin-top: 40rpx; margin-top: 20rpx;
} }
.item-title { .item-title {
font-size: 32rpx; font-size: 32rpx;
......
...@@ -73,7 +73,7 @@ export default { ...@@ -73,7 +73,7 @@ export default {
components: { sectionTitle, ElementCost }, components: { sectionTitle, ElementCost },
data() { data() {
return { return {
tabBarList: ["招商亮点", "重点业", "招商政策", "要素成本"], tabBarList: ["招商亮点", "重点业", "招商政策", "要素成本"],
activeBar: 0, activeBar: 0,
lights: [], lights: [],
detail: null, detail: null,
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<section-title title="产业概况"></section-title> <section-title title="产业概况"></section-title>
<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> <div v-if="primaryIndustryList[pageId].carrirList.length > 0">
<section-title title="相关载体"> <section-title title="相关载体">
</section-title> </section-title>
<div v-for="carrier in primaryIndustryList[pageId].carrirList" :key="carrier.id" style="margin-bottom: 20rpx;" @click="toDetail(carrier)"> <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