This commit is contained in:
Vinjor 2024-10-31 14:29:32 +08:00
parent 7db0c4b604
commit 2cfe5993b7
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
<image class="more-icon" src="../../static/icons/homeInfoMore.png" mode="aspectFit"></image> <image class="more-icon" src="../../static/icons/homeInfoMore.png" mode="aspectFit"></image>
</view> </view>
<view class="repairShop"> <view class="repairShop">
<view class="title">推荐修理厂</view> <view class="title">维修企业</view>
<view class="shopList"> <view class="shopList">
<view v-for="(item, index) in shopList" :key="index" class="shopItem" @click="gotoShopDetail(item)"> <view v-for="(item, index) in shopList" :key="index" class="shopItem" @click="gotoShopDetail(item)">
<image class="shopImg" :src="item.image" mode="aspectFill"></image> <image class="shopImg" :src="item.image" mode="aspectFill"></image>

View File

@ -26,7 +26,7 @@
</view> </view>
<view class="shopDetailText"> <view class="shopDetailText">
<mote-lines-divide :line="3" expandText="全部" foldHint="收起" v-if="info && info.corpContent"> <mote-lines-divide :line="3" expandText="全部" foldHint="收起" v-if="info && info.corpContent">
<text class="shopDetailTextLabel">厂家介绍</text> <text class="shopDetailTextLabel">企业介绍</text>
<!-- <text class="shopDetailTextValue">--> <!-- <text class="shopDetailTextValue">-->
<!-- 正安汽车维修服务有限公司成立于1993年10月25日属东莞市成立最早规模最大的民营汽修企业之一现在莞城区及桥头镇开设有二家连锁经营分厂及直属汽车销售部主要从事汽车销售售后--> <!-- 正安汽车维修服务有限公司成立于1993年10月25日属东莞市成立最早规模最大的民营汽修企业之一现在莞城区及桥头镇开设有二家连锁经营分厂及直属汽车销售部主要从事汽车销售售后-->
<!-- </text>--> <!-- </text>-->