Commit d00536e3 authored by David黄金龙's avatar David黄金龙

1、删除测试代码

parent 36ae8498
......@@ -148,7 +148,6 @@ extension YHHomeHoldViewPageViewController {
return
}
// model.type = 1//for test hjl
if model.type == 1 {
//正式弹窗
self.princleVM.postAlertStatus(15) { success, error in
......
......@@ -113,8 +113,6 @@ class YHHomeWebViewController: YHBaseViewController, WKUIDelegate, WKNavigationD
api.delegate = self
webview.addJavascriptObject(api, namespace: nil)
url = "http://192.168.23.35:10300/articleDetail.html?id=3046"//for test hjl
// 创建网址
let url = NSURL(string: url)
// 创建请求
......
......@@ -89,6 +89,7 @@ class YHOffivialApprovalSuccessView: UIView {
private extension YHOffivialApprovalSuccessView {
func updateUI() {
// backgroundColor = .purple // for test hjl
guard let model = dataModel else { return }
titleLabel.text = "恭喜 " + model.applicant_name + model.applicant_sex.gentlemanDescribe() + "!"
......
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