Commit 00224e86 authored by 罗超's avatar 罗超

解决超包

parent 4818e9a2
...@@ -701,10 +701,6 @@ ...@@ -701,10 +701,6 @@
"path": "compInformation" "path": "compInformation"
}, { }, {
"path": "activeInner" "path": "activeInner"
}, {
"path": "investment" //投资
}, {
"path": "procurement" //采购
}, { }, {
"path": "news" //最新动向 "path": "news" //最新动向
}, { }, {
......
...@@ -422,7 +422,7 @@ ...@@ -422,7 +422,7 @@
<div class="content">{{ detailData.PropertyComposition }}</div> <div class="content">{{ detailData.PropertyComposition }}</div>
</view> </view>
<view class="carrier-item-detail" v-if="detailData.ManagementCompany!=''"> <view class="carrier-item-detail" v-if="detailData.ManagementCompany!=''">
<div class="title">管理费用</div> <div class="title">管理公司及管理费</div>
<div class="content">{{ detailData.ManagementCompany }}</div> <div class="content">{{ detailData.ManagementCompany }}</div>
</view> </view>
<view class="carrier-item-detail" v-if="detailData.HonorList&& detailData.HonorList.length>0"> <view class="carrier-item-detail" v-if="detailData.HonorList&& detailData.HonorList.length>0">
......
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