szr190 недель назад: 2
Родитель
Сommit
4e69f44204
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/base/shop/detailsShop.vue

+ 1 - 1
src/base/shop/detailsShop.vue

@@ -24,7 +24,7 @@
24
         <view class="common-card-list" v-if="content.facilities?.length > 0">
24
         <view class="common-card-list" v-if="content.facilities?.length > 0">
25
           <view class="card-list-item" v-for="(item, index) in content.facilities" :key="index">
25
           <view class="card-list-item" v-for="(item, index) in content.facilities" :key="index">
26
             <view class="item-img-wrap">
26
             <view class="item-img-wrap">
27
-              <image :src="item.img" mode="aspectFill" />
27
+              <image :src="pathPre + item.img" mode="aspectFill" />
28
             </view>
28
             </view>
29
             <view class="list-text">{{ item.name }}</view>
29
             <view class="list-text">{{ item.name }}</view>
30
           </view>
30
           </view>