WanPai/Root/Games/GamesVC.swift
@@ -91,5 +91,18 @@ let vc = GamesDataSourceVC() push(vc: vc) } @IBAction func introAction(_ sender: UIButton) { Services.game_intro().subscribe(onNext: {data in let vc = CommonWebVC(type: .other, content: data.data) vc.title = "步骤说明" self.push(vc: vc) }) { error in }.disposed(by: disposeBag) } }