📅  最后修改于: 2022-03-11 15:00:50.951000             🧑  作者: Mango
onShopSelectionChanged(event) {
const selectedValue = event.option.id;
console.log(selectedValue);
const selectedName = event.option.value;
console.log(selectedName);
}