|
@@ -1486,9 +1486,9 @@ extension PQStuckPointPublicController {
|
|
|
// emptyRemindView.isHidden = true
|
|
|
emptyRemindView.emptyData = emptyData
|
|
|
emptyRemindView.backgroundColor = PQBFConfig.shared.styleBackGroundColor
|
|
|
- emptyRemindView.fullRefreshBloc = {[weak self] _, _ in
|
|
|
- if emptyRemindView.refreshBtn.currentAttributedTitle?.string == "立即重试" {
|
|
|
- emptyRemindView.isHidden = true
|
|
|
+ emptyRemindView.fullRefreshBloc = {[weak self, weak emptyRemindView] _, _ in
|
|
|
+ if emptyRemindView?.refreshBtn.currentAttributedTitle?.string == "立即重试" {
|
|
|
+ emptyRemindView?.isHidden = true
|
|
|
// 重试逻辑
|
|
|
if let message = msg{
|
|
|
if message.contains("token") {
|