wangxy 3 месяцев назад
Родитель
Сommit
bbe93d150a
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      pages/chanpinShop/components/yingyuList.vue
  2. 1 1
      pages/chanpinShop/components/yuwenList.vue

+ 1 - 1
pages/chanpinShop/components/yingyuList.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
 	<view class="shop-card-list" v-if="list.length">
 	<view class="shop-card-list" v-if="list.length">
     <template  v-for="{chanpin,value:item} in list" :item="item">
     <template  v-for="{chanpin,value:item} in list" :item="item">
-      <cp1 v-if="chanpin == 'xxx'" :item="item" :key="item.chanpinId" class="sx-card-box"></cp1>
+      <cardVue v-if="chanpin == 'xxx'" :item="item" :key="item.chanpinId" class="sx-card-box"></cardVue>
     </template>
     </template>
 
 
 	</view>
 	</view>

+ 1 - 1
pages/chanpinShop/components/yuwenList.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
   <view class="shop-card-list" v-if="list.length">
   <view class="shop-card-list" v-if="list.length">
     <template  v-for="{chanpin,value:item} in list" :item="item">
     <template  v-for="{chanpin,value:item} in list" :item="item">
-      <cp1 v-if="chanpin == 'xxx'" :item="item" :key="item.chanpinId" class="sx-card-box"></cp1>
+      <cardVue v-if="chanpin == 'xxx'" :item="item" :key="item.chanpinId" class="sx-card-box"></cardVue>
     </template>
     </template>
   </view>
   </view>
   <view class="ezy-no-sj" v-else>
   <view class="ezy-no-sj" v-else>