.
This commit is contained in:
parent
c1816b8309
commit
2cb9fbbe34
@ -88,9 +88,9 @@
|
|||||||
this.indexData.showIndex = index;
|
this.indexData.showIndex = index;
|
||||||
if (item.id != oldItem.id) {
|
if (item.id != oldItem.id) {
|
||||||
this.indexData.setStorage(2, item);
|
this.indexData.setStorage(2, item);
|
||||||
this.$emit("select", item);
|
|
||||||
this.indexData.onEventHandler(this.indexData.eventType.land);
|
this.indexData.onEventHandler(this.indexData.eventType.land);
|
||||||
uni.$emit("notify-update-land");
|
uni.$emit("notify-update-land");
|
||||||
|
this.$emit("select", item);
|
||||||
}
|
}
|
||||||
this.close();
|
this.close();
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user