Explorar el Código

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

Pen Li hace 7 años
padre
commit
cf8dd18a8f
Se han modificado 1 ficheros con 1 adiciones y 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];
 }