yanj hai 2 días
pai
achega
201af82ad1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/exhibitor/exhibit.vue

+ 1 - 1
pages/exhibitor/exhibit.vue

@@ -24,7 +24,7 @@
 				<van-empty v-if="exhibitList.length === 0" description="暂无数据" />
 				<view v-else class="exhibit-list exhibitor-list">
 					<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>
 				</view>
 				<disclaimer-text></disclaimer-text>