Sfoglia il codice sorgente

修改详情页面

wangxy 3 settimane fa
parent
commit
39c9ab08e6
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      pages/chanpinXuanze/components/yingyuList.vue

+ 2 - 2
pages/chanpinXuanze/components/yingyuList.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="sx-card-list" v-if="list.length">
     <template  v-for="{chanpin,value:item} in list" :item="item">
-     <cardVue v-if="chanpin == 'xxx'" :item="item" :key="item.chanpinId" class="sx-card-box"></cardVue>
+     <cardVue v-if="chanpin == 'ziranpindu'" :item="item" :key="item.chanpinId" class="sx-card-box"></cardVue>
     </template>
 
 	</view>
@@ -12,7 +12,7 @@
 </template>
 
 <script setup>
-  import cardVue from '../cp1/card.vue';
+  import cardVue from '../cp3/card.vue';
 
 	const props = defineProps({
 		list: {