Feat:招商政策移位
This commit is contained in:
@@ -374,6 +374,45 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="card-wrap v12-mt-3">
|
||||
<view class="card-cont">
|
||||
<view class="file-wrap v12-radius-20" :class="[{'v12-align-center': investmentFileList.length === 0}, {'v12-justify-center': investmentFileList.length === 0}]">
|
||||
<view v-if="investmentFileList.length > 0" class="file-list">
|
||||
<view class="title v12-justify-between">
|
||||
<view class="title">
|
||||
<image
|
||||
:src="webUrl + '/page/qianxian/icon-02.png'"
|
||||
class="icon"
|
||||
/>
|
||||
招商政策
|
||||
</view>
|
||||
<view v-if="investmentFileList.length > 0" >
|
||||
<view @click="gotoInvestment('', 'investment')">
|
||||
更多政策>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="list-cont">
|
||||
<view
|
||||
v-for="(file, fileIndex) in investmentFileList"
|
||||
:key="fileIndex"
|
||||
class="file-item file-item2"
|
||||
@click="fileItemClick(file)"
|
||||
>
|
||||
<view class="name more-t">
|
||||
· {{ file.title }}
|
||||
</view>
|
||||
<image
|
||||
:src="webUrl + '/page/qianxian/icon-05.png'"
|
||||
class="icon"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-else class="no-data">暂无招商政策</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="project-wrap">
|
||||
<view class="title">
|
||||
<image
|
||||
@@ -397,6 +436,7 @@
|
||||
</view>
|
||||
<view v-else class="no-data">暂无产业项目</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view v-if="industryTabIndex === 1">
|
||||
<view class="card-wrap">
|
||||
|
||||
Reference in New Issue
Block a user