BUG
无故事王国
2023-11-17 e97b863bfafb2fc0fd870abc933276aa96a17a45
WanPai/Root/Other/VC/PaymentResultVC.swift
@@ -83,7 +83,7 @@
                  self.btn_back.setTitle("返回", for: .normal)
                  self.btn_again.setTitle("再次支付", for: .normal)
                  label_content.text = string
                  if code == 3{btn_again.setTitle("去充值", for: .normal)}
                  if code == 2{btn_again.setTitle("去充值", for: .normal)}
               case .none:break
            }
@@ -127,7 +127,7 @@
                btn_again.setTitle("再次支付", for: .normal)
                btn_back.setTitle("返回", for: .normal)
                label_content.text = str
               if code == 3{btn_again.setTitle("去充值", for: .normal)}
               if code == 2{btn_again.setTitle("去充值", for: .normal)}
            case .success:
                btn_again.setTitle("立即预约", for: .normal)
                btn_back.setTitle("返回首页", for: .normal)
@@ -148,7 +148,7 @@
                  btn_again.setTitle("再次支付", for: .normal)
                  btn_back.setTitle("返回", for: .normal)
                  label_content.text = str
                  if code == 3{btn_again.setTitle("去充值", for: .normal)}
                  if code == 2{btn_again.setTitle("去充值", for: .normal)}
               case .success:
                  btn_again.setTitle("立即预约", for: .normal)
                  btn_back.setTitle("返回首页", for: .normal)
@@ -163,7 +163,7 @@
            case .fail(let str, let code):
                btn_back.setTitle("返回", for: .normal)
                label_content.text = str
               if code == 3{btn_again.setTitle("去充值", for: .normal)}
               if code == 2{btn_again.setTitle("去充值", for: .normal)}
            case .success:
                btn_again.setTitle("查看报名", for: .normal)
                btn_back.setTitle("返回首页", for: .normal)
@@ -179,7 +179,7 @@
                  label_content.text = str
               btn_again.setTitle("再次支付", for: .normal)
               btn_back.setTitle("返回", for: .normal)
               if code == 3{btn_again.setTitle("去充值", for: .normal)}
               if code == 2{btn_again.setTitle("去充值", for: .normal)}
            case .success:
               btn_again.setTitle("查看预约", for: .normal)
               btn_back.setTitle("返回首页", for: .normal)
@@ -195,7 +195,7 @@
                  btn_again.setTitle("再次支付", for: .normal)
                  btn_back.setTitle("返回", for: .normal)
                  label_content.text = str
                  if code == 3{btn_again.setTitle("去充值", for: .normal)}
                  if code == 2{btn_again.setTitle("去充值", for: .normal)}
               case .success:
                  btn_again.isHidden = true
                  btn_back.setTitleColor(.white, for: .normal)
@@ -216,7 +216,7 @@
                  btn_again.setTitle("再次支付", for: .normal)
                  btn_back.setTitle("返回", for: .normal)
                  label_content.text = msg
                  if code == 3{btn_again.setTitle("去充值", for: .normal)}
                  if code == 2{btn_again.setTitle("去充值", for: .normal)}
               case .none:break
            }
@@ -253,7 +253,7 @@
               })
            }
            if objType == .recharge{
            if objType == .recharge || objType == .yard{
               navigationController?.popViewController()
            }
@@ -342,7 +342,7 @@
         cell.courseCouponModel = m
      }
      if let m = model as? CouponInfoModel{
      if let m = model as? CouponInfo_1_Model{
         cell.couponInfoModel = m
      }