|
@@ -260,12 +260,12 @@
|
|
v-for="(item,index) in (ztcrDetail.productModule?ztcrDetail.productModule.split('、'):[])">
|
|
v-for="(item,index) in (ztcrDetail.productModule?ztcrDetail.productModule.split('、'):[])">
|
|
{{item}}</div>
|
|
{{item}}</div>
|
|
</div>
|
|
</div>
|
|
- <div style="" v-if="ztcrDetail.complement">
|
|
|
|
|
|
+ <!-- <div style="" v-if="ztcrDetail.complement">
|
|
<span>周边配套:</span>
|
|
<span>周边配套:</span>
|
|
<div class="iconzb"
|
|
<div class="iconzb"
|
|
v-for="(item,index) in (ztcrDetail.complement?ztcrDetail.complement.split(','):[])">
|
|
v-for="(item,index) in (ztcrDetail.complement?ztcrDetail.complement.split(','):[])">
|
|
{{item}}</div>
|
|
{{item}}</div>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
<div v-if="ztcrDetail.addr"><span>详细地址:</span><span>{{ztcrDetail.addr?ztcrDetail.addr:'-'}}</span>
|
|
<div v-if="ztcrDetail.addr"><span>详细地址:</span><span>{{ztcrDetail.addr?ztcrDetail.addr:'-'}}</span>
|
|
</div>
|
|
</div>
|
|
<div v-if="ztcrDetail.contactName">
|
|
<div v-if="ztcrDetail.contactName">
|