Flutter 利用 Getx 怎样实现A页面跳转到B页面,然后返回A页面时刷新A页面

371 阅读1分钟
CarouselLogic logic = CarouselLogic().find();
logic.onData();
Get.back();

就这么简单!