无故事王国
2023-10-18 e86e19e5e5909f46e09adec1df430e0214a81590
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)
   }
}