Browse Source

合并分支

yanj 2 ngày trước cách đây
mục cha
commit
201af82ad1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>