Commit 9a3f8c27 authored by shilei's avatar shilei

feat: 文案图片更新

parent e535315e
......@@ -67,6 +67,16 @@
v-for="item in detail.enterPrise"
:key="item.id"
>
<div class="detail-cell__line">
<div class="detail-cell__info text-26">
<div
class="detail-cell__info-name"
style="font-size: 30rpx; color: #333; font-weight: 500"
>
{{ item.industryDirection }}
</div>
</div>
</div>
<div class="detail-cell__line">
<div class="detail-cell__info text-26">
<div class="detail-cell__info-name">企业名称:</div>
......@@ -117,7 +127,7 @@
</div> -->
<!-- 开发区内产业园 -->
<div v-if="detail.parkPageList.length > 0" class="detail-cell">
<div class="detail-cell__title">开发区关联的园区</div>
<div class="detail-cell__title">开发区内产业园</div>
<div class="detail-cell__body">
<div
v-for="item of detail.parkPageList"
......
......@@ -91,7 +91,7 @@
</div>
<!-- 园内载体 -->
<div v-if="detail.parkCarrier.length > 0" class="detail-cell">
<div class="detail-cell__title">园区关联的载体</div>
<div class="detail-cell__title">产业园内载体</div>
<div class="detail-cell__body">
<div
v-for="item of detail.parkCarrier"
......@@ -101,7 +101,10 @@
<ListItem :item="item" @to-detail="toCarrier(item)" no-address>
<template>
<div>
<div class="flex align-center flex1" style="margin-bottom: 20rpx;">
<div
class="flex align-center flex1"
style="margin-bottom: 20rpx"
>
<div>载体类型:</div>
<div>{{ handleValue(item.type) }}</div>
</div>
......
......@@ -43,7 +43,9 @@
src="/static/img/icon-exchange.png"
style="width: 24rpx; height: 25rpx"
></image>
<p style="font-size: 28rpx; color: #33; margin-left: 12rpx">地图</p>
<p style="font-size: 28rpx; color: #33; margin-left: 12rpx">
{{ mode === "list" ? "地图" : "列表" }}
</p>
</div>
</div>
</div>
......@@ -118,7 +120,7 @@
v-else
class="content z-100"
:class="{ 'no-filter': activeBar === 0 }"
style="padding-top: 246rpx"
:style="{ paddingTop: activeBar === 0 ? '190rpx' : '246rpx' }"
>
<map
id="mapId"
......@@ -402,7 +404,7 @@ export default {
uni.navigateTo({
url: "/pages/detail/industrialDetail?id=" + data.id,
});
} else if (this.activeBar === 1) {
} else if (this.activeBar === 2) {
uni.navigateTo({
url: "/pages/detail/landDetail?id=" + data.id,
});
......
......@@ -2,7 +2,7 @@
<page-meta page-style="overflow: hidden">
<div style="width: 100vw; height: 70vh; background: #021129">
<img
src="https://cfld-hw-obs-01.obs.cn-north-4.myhuaweicloud.com/lyy/img/shucheng/bg.png"
src="https://cfld-hw-obs-01.obs.cn-north-4.myhuaweicloud.com/lyy/img/shucheng/bottom.png"
style="width: 100vw"
mode="widthFix"
alt=""
......@@ -299,7 +299,7 @@
</div>
</div>
</div>
<div style="height: 260rpx"></div>
<div style="height: 50px"></div>
</scroll-view>
</touch-box>
</page-meta>
......
......@@ -17,8 +17,14 @@
v-if="activeBar === 0"
style="width: 100vw"
mode="widthFix"
src="https://cfld-hw-obs-01.obs.cn-north-4.myhuaweicloud.com/lyy/img/shucheng/zsyz_04.jpg"
src="https://cfld-hw-obs-01.obs.cn-north-4.myhuaweicloud.com/lyy/img/shucheng/77C7DE06-891F-4522-B1B7-906214EDD670.png"
/>
<!-- <img
v-if="activeBar === 0"
style="width: 100vw"
mode="widthFix"
src="https://cfld-hw-obs-01.obs.cn-north-4.myhuaweicloud.com/lyy/img/shucheng/zsyz_04.jpg"
/> -->
<div style="padding: 40rpx 23rpx">
<!-- 招商亮点 -->
<div v-if="activeBar === 0">
......
<template>
<div style="padding: 40rpx 23rpx">
<div>
<div v-if="pageId == 3">
<div class="section-box policy-section">
<img
class="icon-industry"
......
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