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 199 self.finishPayCallBack?(self.orderInfoModel!, self.payType!, .success)
200 200 // NotificationCenter.default.post(name: Notification.Name.ShopOrderManage.kDSSuccessPayOrderNotification, object: nil)
201 201 self.navigationController?.popViewController(animated: true)
202   -
203 202 }else{
204 203 if lastCount > 0{
205 204 DispatchQueue.main.asyncAfter(deadline: .now() + 1) {
... ...