1
This commit is contained in:
parent
7db0c4b604
commit
2cfe5993b7
@ -34,7 +34,7 @@
|
||||
<image class="more-icon" src="../../static/icons/homeInfoMore.png" mode="aspectFit"></image>
|
||||
</view>
|
||||
<view class="repairShop">
|
||||
<view class="title">推荐修理厂</view>
|
||||
<view class="title">维修企业</view>
|
||||
<view class="shopList">
|
||||
<view v-for="(item, index) in shopList" :key="index" class="shopItem" @click="gotoShopDetail(item)">
|
||||
<image class="shopImg" :src="item.image" mode="aspectFill"></image>
|
||||
|
@ -26,7 +26,7 @@
|
||||
</view>
|
||||
<view class="shopDetailText">
|
||||
<mote-lines-divide :line="3" expandText="全部" foldHint="收起" v-if="info && info.corpContent">
|
||||
<text class="shopDetailTextLabel">厂家介绍:</text>
|
||||
<text class="shopDetailTextLabel">企业介绍:</text>
|
||||
<!-- <text class="shopDetailTextValue">-->
|
||||
<!-- 正安汽车维修服务有限公司成立于1993年10月25日,属东莞市成立最早、规模最大的民营汽修企业之一。现在莞城区及桥头镇开设有二家连锁经营分厂及直属汽车销售部,主要从事汽车销售、售后,-->
|
||||
<!-- </text>-->
|
||||
|
Loading…
Reference in New Issue
Block a user