qiushuitian

Results 2 issues of qiushuitian

hello, I implement the push like this in my viewModel: ``` let context = ["merch":merch] DJNavigator.share.push("myApp://roomList/",context:context) ``` And In the roomListViewController I want pop to current viewController when I click...