浏览代码

修改详情页面

wangxy 2 月之前
父节点
当前提交
28212107a3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/chanpinXuanze/components/yingyuList.vue

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

@@ -1,7 +1,7 @@
 <template>
 <template>
 	<view class="sx-card-list" v-if="list.length">
 	<view class="sx-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">
-     <cardVue v-if="chanpin == 'ziranpindu1'" :item="item" :key="item.chanpinId"></cardVue>
+     <cardVue v-if="chanpin == 'ziranpindu'" :item="item" :key="item.chanpinId"></cardVue>
     </template>
     </template>
 
 
 	</view>
 	</view>