javascript - The problem of ionic2's child and parent pages passing values to each other
How to pass values from ionic2 subpage to parent page? How to get the parent page? I only found on Baidu that the parent page can pass the value to the child page using push, but I don't know how to pass the value when the child page returns.