From eb795a6523edbc0fe3a3b1a3d3bea1063041efd5 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期四, 19 十月 2023 18:09:23 +0800 Subject: [PATCH] 修复BUG --- WanPai/Root/Course/VC/CourseDetailApplyVC.swift | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WanPai/Root/Course/VC/CourseDetailApplyVC.swift b/WanPai/Root/Course/VC/CourseDetailApplyVC.swift index de2a9ed..46ebb47 100644 --- a/WanPai/Root/Course/VC/CourseDetailApplyVC.swift +++ b/WanPai/Root/Course/VC/CourseDetailApplyVC.swift @@ -250,6 +250,7 @@ } }else{ self?.navigationController?.popToRootViewController(animated: true) + NotificationCenter.default.post(name: ChooseHomeStore_Noti, object: nil) } } } -- Gitblit v1.7.1