Commit d297b8bb authored by shilei's avatar shilei

页脚

parent 67699f44
...@@ -121,7 +121,10 @@ ...@@ -121,7 +121,10 @@
> >
<template> <template>
<div> <div>
<div class="flex align-center flex1" style="margin-bottom: 20rpx;"> <div
class="flex align-center flex1"
style="margin-bottom: 20rpx"
>
<div>产业园级别:</div> <div>产业园级别:</div>
<div> <div>
{{ handleValue(detail.carrierParkVo.levelName) }} {{ handleValue(detail.carrierParkVo.levelName) }}
...@@ -144,6 +147,16 @@ ...@@ -144,6 +147,16 @@
</div> </div>
</template> </template>
</CommonDetail> </CommonDetail>
<u-loadmore
status="nomore"
nomore-text="由华夏数科提供技术支持"
marginTop="30"
marginBottom="30"
fontSize="20rpx"
color="#999999"
line
/>
<div></div>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -160,6 +160,16 @@ ...@@ -160,6 +160,16 @@
</div> </div>
</template> </template>
</CommonDetail> </CommonDetail>
<u-loadmore
status="nomore"
nomore-text="由华夏数科提供技术支持"
marginTop="30"
marginBottom="30"
fontSize="20rpx"
color="#999999"
line
/>
<div></div>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -121,6 +121,16 @@ ...@@ -121,6 +121,16 @@
</div> </div>
</template> </template>
</CommonDetail> </CommonDetail>
<u-loadmore
status="nomore"
nomore-text="由华夏数科提供技术支持"
marginTop="30"
marginBottom="30"
fontSize="20rpx"
color="#999999"
line
/>
<div></div>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -34,12 +34,22 @@ ...@@ -34,12 +34,22 @@
<div class="detail-cell"> <div class="detail-cell">
<div class="detail-cell__title">土地现状</div> <div class="detail-cell__title">土地现状</div>
<div class="detail-cell__body text-26"> <div class="detail-cell__body text-26">
{{ detail.landStatus || '无' }} {{ detail.landStatus || "无" }}
</div> </div>
</div> </div>
</div> </div>
</template> </template>
</CommonDetail> </CommonDetail>
<u-loadmore
status="nomore"
nomore-text="由华夏数科提供技术支持"
marginTop="30"
marginBottom="30"
fontSize="20rpx"
color="#999999"
line
/>
<div style="height: 1rpx"></div>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
v-if="activeBar == 3" v-if="activeBar == 3"
></carrier-card-vue> ></carrier-card-vue>
</view> </view>
<u-loadmore <!-- <u-loadmore
v-if="dataList.length && (!haveMore || isLoading)" v-if="dataList.length && (!haveMore || isLoading)"
:status="isLoading ? 'loading' : 'nomore'" :status="isLoading ? 'loading' : 'nomore'"
nomore-text="没有更多了" nomore-text="没有更多了"
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
fontSize="20rpx" fontSize="20rpx"
color="#999999" color="#999999"
line line
/> /> -->
<u-empty <u-empty
icon="/static/img/empty_list.png" icon="/static/img/empty_list.png"
v-if="dataList.length === 0 && !isLoading" v-if="dataList.length === 0 && !isLoading"
...@@ -115,6 +115,16 @@ ...@@ -115,6 +115,16 @@
marginTop="120" marginTop="120"
> >
</u-empty> </u-empty>
<u-loadmore
status="nomore"
nomore-text="由华夏数科提供技术支持"
marginTop="30"
marginBottom="30"
fontSize="20rpx"
color="#999999"
line
/>
<div style="height: 1rpx"></div>
</view> </view>
<div <div
v-else v-else
......
...@@ -134,6 +134,16 @@ ...@@ -134,6 +134,16 @@
@cancel="changeShowPicker(false)" @cancel="changeShowPicker(false)"
@confirm="handlePickerConfirm" @confirm="handlePickerConfirm"
></u-picker> ></u-picker>
<u-loadmore
status="nomore"
nomore-text="由华夏数科提供技术支持"
marginTop="30"
marginBottom="30"
fontSize="20rpx"
color="#999999"
line
/>
<div style="height: 1rpx"></div>
</div> </div>
</template> </template>
......
...@@ -103,7 +103,16 @@ ...@@ -103,7 +103,16 @@
<ElementCost :detail="detail"></ElementCost> <ElementCost :detail="detail"></ElementCost>
</div> </div>
</div> </div>
<div></div> <u-loadmore
status="nomore"
nomore-text="由华夏数科提供技术支持"
marginTop="30"
marginBottom="30"
fontSize="20rpx"
color="#999999"
line
/>
<div style="height: 1rpx"></div>
</div> </div>
<!-- <div>招商引资</div> --> <!-- <div>招商引资</div> -->
</template> </template>
......
<template> <template>
<div style="padding: 40rpx 23rpx;"> <div style="padding: 40rpx 23rpx">
<div> <div>
<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 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
<div v-for="item in primaryIndustryList[pageId].parkList" :key="item.id" style="margin-bottom: 20rpx;" @click="toDetail(item)"> 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>
</div> </div>
</div> </div>
<u-loadmore
status="nomore"
nomore-text="由华夏数科提供技术支持"
marginTop="30"
marginBottom="30"
fontSize="20rpx"
color="#999999"
line
/>
<div style="height: 1rpx"></div>
</div> </div>
</template> </template>
<script> <script>
import store from '@/store' import store from "@/store";
import sectionTitle from '../../components/section-title/section-title.vue' import sectionTitle from "../../components/section-title/section-title.vue";
import ParkCard from '../../components/media/park-card.vue' import ParkCard from "../../components/media/park-card.vue";
export default { export default {
components: { sectionTitle, ParkCard }, components: { sectionTitle, ParkCard },
data() { data() {
return { return {
pageId: 0 pageId: 0,
} };
}, },
computed: { computed: {
primaryIndustryList() { primaryIndustryList() {
return store.state.primaryIndustryList return store.state.primaryIndustryList;
}
}, },
mounted(){ },
mounted() {
this.pageId = this.$root.$mp.query.id; this.pageId = this.$root.$mp.query.id;
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: this.primaryIndustryList[this.pageId].title title: this.primaryIndustryList[this.pageId].title,
}); });
}, },
methods: { methods: {
...@@ -42,7 +58,7 @@ export default { ...@@ -42,7 +58,7 @@ export default {
url: "/pages/detail/industrialDetail?id=" + detail.id, url: "/pages/detail/industrialDetail?id=" + detail.id,
}); });
}, },
} },
} };
</script> </script>
<style></style> <style></style>
...@@ -39,6 +39,16 @@ ...@@ -39,6 +39,16 @@
</div> </div>
</template> </template>
</div> </div>
<u-loadmore
status="nomore"
nomore-text="由华夏数科提供技术支持"
marginTop="30"
marginBottom="30"
fontSize="20rpx"
color="#999999"
line
/>
<div style="height: 1rpx"></div>
</div> </div>
</template> </template>
<script> <script>
......
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