diff --git a/components/custom-select-land/custom-select-land.vue b/components/custom-select-land/custom-select-land.vue index 647273d..6dcdfea 100644 --- a/components/custom-select-land/custom-select-land.vue +++ b/components/custom-select-land/custom-select-land.vue @@ -88,9 +88,9 @@ this.indexData.showIndex = index; if (item.id != oldItem.id) { this.indexData.setStorage(2, item); - this.$emit("select", item); this.indexData.onEventHandler(this.indexData.eventType.land); uni.$emit("notify-update-land"); + this.$emit("select", item); } this.close(); },