Commit 9b149f21711a9c07b928307f624c93b58cbb6eb6

Authored by “张旭”
1 parent 095d6276

no message

metaCode/Classes/Main/HomePage/Controller/ShopPayController/CNLiveShopPayController.swift
@@ -199,7 +199,6 @@ class CNLiveShopPayController:CNLiveBaseViewController,UITableViewDelegate,UITab @@ -199,7 +199,6 @@ class CNLiveShopPayController:CNLiveBaseViewController,UITableViewDelegate,UITab
199 self.finishPayCallBack?(self.orderInfoModel!, self.payType!, .success) 199 self.finishPayCallBack?(self.orderInfoModel!, self.payType!, .success)
200 // NotificationCenter.default.post(name: Notification.Name.ShopOrderManage.kDSSuccessPayOrderNotification, object: nil) 200 // NotificationCenter.default.post(name: Notification.Name.ShopOrderManage.kDSSuccessPayOrderNotification, object: nil)
201 self.navigationController?.popViewController(animated: true) 201 self.navigationController?.popViewController(animated: true)
202 -  
203 }else{ 202 }else{
204 if lastCount > 0{ 203 if lastCount > 0{
205 DispatchQueue.main.asyncAfter(deadline: .now() + 1) { 204 DispatchQueue.main.asyncAfter(deadline: .now() + 1) {