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

去除测试代码

parent ad716461
......@@ -18,7 +18,7 @@ class YHResignGuidelinesExampleShareViewController: YHBaseViewController {
var imageView: UIImageView!
var logoImageView: UIImageView!
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() {
super.viewDidLoad()
setView()
......
......@@ -120,7 +120,6 @@ class YHResignGuidelinesExampleViewController: YHBaseViewController {
// }
let vc = YHResignGuidelinesExampleShareViewController()
vc.centerImageName = self.viewModel.mainModel.share_url
vc.url = "https://baidu.com"
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