Explorar o código

1.修改iOS Apex Driver推送通知参数传递。

Pen Li %!s(int64=7) %!d(string=hai) anos
pai
achega
cf8dd18a8f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Redant Drivers/Apex And Drivers/RANavigationController.m

+ 1 - 0
Redant Drivers/Apex And Drivers/RANavigationController.m

@@ -160,6 +160,7 @@
     detailVC.orderID = orderID;
     detailVC.orderType = type;
     detailVC.orderType2 = type2;
+    detailVC.status_no = statusNo;
     [self pushViewController:detailVC animated:YES];
 }