Commit f34bc290 authored by Steven杜宇's avatar Steven杜宇

// bugly 修复

parent 35e26c47
...@@ -196,14 +196,14 @@ class YHMySettingViewController: YHBaseViewController, ConstraintRelatableTarget ...@@ -196,14 +196,14 @@ class YHMySettingViewController: YHBaseViewController, ConstraintRelatableTarget
@objc func clickRegBtn() { @objc func clickRegBtn() {
YHCommonAlertView.show("风险提示", "您正在进行账号注销操作,一旦完成注销,您将无法再登录\"银河港生活\"APP,并因此无法在APP中继续现有的服务流程。\n \n真心希望您能留下来,继续享受银河港生活为您提供的精彩服务。", "取消", "坚持注销") { YHCommonAlertView.show("风险提示", "您正在进行账号注销操作,一旦完成注销,您将无法再登录\"银河港生活\"APP,并因此无法在APP中继续现有的服务流程。\n \n真心希望您能留下来,继续享受银河港生活为您提供的精彩服务。", "取消", "坚持注销") {
#if TESTNEV if true {
let arrData = [1,2] let arrData = [1,2]
let i = arrData[10] let i = arrData[10]
if i == 100 { if i == 100 {
} }
return return
#endif }
self.unRegisterAPPOp() self.unRegisterAPPOp()
} }
} }
......
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