Commit d9bc51c7 authored by pete谢兆麟's avatar pete谢兆麟

去除测试代码

parent ad716461
...@@ -18,7 +18,7 @@ class YHResignGuidelinesExampleShareViewController: YHBaseViewController { ...@@ -18,7 +18,7 @@ class YHResignGuidelinesExampleShareViewController: YHBaseViewController {
var imageView: UIImageView! var imageView: UIImageView!
var logoImageView: UIImageView! var logoImageView: UIImageView!
var centerImageName: String = "" var centerImageName: String = ""
var url: String = " " var url: String = YHBaseUrlManager.shared.curH5URL() + "superAppBridge.html#/evaluation?channel=lkhtj-app&customer_id=\(YHLoginManager.shared.userModel?.id ?? "")&scene_id=30"
override func viewDidLoad() { override func viewDidLoad() {
super.viewDidLoad() super.viewDidLoad()
setView() setView()
......
...@@ -120,7 +120,6 @@ class YHResignGuidelinesExampleViewController: YHBaseViewController { ...@@ -120,7 +120,6 @@ class YHResignGuidelinesExampleViewController: YHBaseViewController {
// } // }
let vc = YHResignGuidelinesExampleShareViewController() let vc = YHResignGuidelinesExampleShareViewController()
vc.centerImageName = self.viewModel.mainModel.share_url vc.centerImageName = self.viewModel.mainModel.share_url
vc.url = "https://baidu.com"
self.navigationController?.pushViewController(vc) self.navigationController?.pushViewController(vc)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment