|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="shop-card-list" v-if="list.length">
|
|
|
<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>
|
|
|
</view>
|
|
|
<view class="ezy-no-sj" v-else>
|