|
@@ -24,7 +24,7 @@
|
|
<van-empty v-if="exhibitList.length === 0" description="暂无数据" />
|
|
<van-empty v-if="exhibitList.length === 0" description="暂无数据" />
|
|
<view v-else class="exhibit-list exhibitor-list">
|
|
<view v-else class="exhibit-list exhibitor-list">
|
|
<template v-for="(item, index) in exhibitList">
|
|
<template v-for="(item, index) in exhibitList">
|
|
- <exhibit-item :item="item" :key="index" :pollShow="pollShow.product_poll_show" @share="onShare" />
|
|
|
|
|
|
+ <exhibit-item :item="item" :key="index" :pollShow="pollShow.product_poll_show" @share="onShare" @updateItemValue="updateItemValue()" />
|
|
</template>
|
|
</template>
|
|
</view>
|
|
</view>
|
|
<disclaimer-text></disclaimer-text>
|
|
<disclaimer-text></disclaimer-text>
|