Explorar o código

1.修改iOS Apex Mobile Result错误提示。

Pen Li %!s(int64=7) %!d(string=hai) anos
pai
achega
dcda1b1bd3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Apex Mobile/Apex Mobile/Result/ApexResultViewController.m

+ 1 - 0
Apex Mobile/Apex Mobile/Result/ApexResultViewController.m

@@ -142,6 +142,7 @@
 
 - (void)onFailed:(NSString *)errMsg {
     [self.curRefresh endRefresh];
+    [RAUtils message_alert:errMsg title:@"Warning" controller:self];
 }
 
 - (void)onDownloadFile:(NSString *)path {