소스 검색

fix: bug修复

szr190 2 주 전
부모
커밋
4e69f44204
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/base/shop/detailsShop.vue

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

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