| | |
| | | |
| | | case "探索玩湃": |
| | | if page == "门店列表"{ |
| | | // let vc = SearchStoreListVC(id: id ?? 0) |
| | | // JQ_currentViewController().jq_push(vc: vc) |
| | | JQ_currentViewController().navigationController?.popToRootViewController(animated: true) |
| | | DispatchQueue.main.asyncAfter(deadline: .now()+0.5) { |
| | | JQ_currentViewController().tabBarController?.selectedIndex = 3 |
| | | } |
| | | let vc = SearchStoreListVC() |
| | | JQ_currentViewController().jq_push(vc: vc) |
| | | // JQ_currentViewController().navigationController?.popToRootViewController(animated: true) |
| | | // DispatchQueue.main.asyncAfter(deadline: .now()+0.5) { |
| | | // JQ_currentViewController().tabBarController?.selectedIndex = 3 |
| | | // } |
| | | } |
| | | |
| | | if page == "常见问题"{ |