Pen Li 7 лет назад
Родитель
Сommit
62239d82bd
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      RedAnt ERP Mobile/common/Functions/modelDetail/DetailViewController.m

+ 8 - 1
RedAnt ERP Mobile/common/Functions/modelDetail/DetailViewController.m

@@ -452,7 +452,14 @@ self.isrefreshing=false;
 #ifdef BUILD_UWAVER
 #ifdef BUILD_UWAVER
     
     
     if (appDelegate.bLogin) {
     if (appDelegate.bLogin) {
-        UIBarButtonItem *hangTagItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemBookmarks target:self action:@selector(hanTagBtnClick:)];
+//        UIBarButtonItem *hangTagItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemBookmarks target:self action:@selector(hanTagBtnClick:)];
+        
+        UIBarButtonItem *hangTagItem = [[UIBarButtonItem alloc] initWithImage:[[UIImage imageNamed:@"btn_print_order"] imageWithRenderingMode:UIImageRenderingModeAutomatic]
+                                         style:UIBarButtonItemStylePlain
+                                        target:self
+                                        action:@selector( onBackClick:)];
+        
+        
         self.navigationItem.rightBarButtonItem = hangTagItem;
         self.navigationItem.rightBarButtonItem = hangTagItem;
     }
     }
 #endif
 #endif