Browse Source

修改详情页面

wangxy 2 weeks ago
parent
commit
28212107a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/chanpinXuanze/components/yingyuList.vue

+ 1 - 1
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 == 'ziranpindu1'" :item="item" :key="item.chanpinId"></cardVue>
+     <cardVue v-if="chanpin == 'ziranpindu'" :item="item" :key="item.chanpinId"></cardVue>
     </template>
 
 	</view>