南鑫林 6 vuotta sitten
vanhempi
commit
f118e8ded2

+ 1 - 1
RainbowPlanet/RainbowPlanet/Modules/OrderModule/Order/ViewController/OrderViewController.swift

@@ -216,7 +216,7 @@ extension OrderViewController :JXSegmentedListContainerViewDataSource {
             vc1.commentSuccessedBlock = {
                 vc.orderPurchaseOrderListApi(page: 1)
             }
-            self.navigationController?.pushViewController(vc, animated: true)
+            self.navigationController?.pushViewController(vc1, animated: true)
         }
         if button.titleLabel?.text == "再次购买" {
             let vc = ShopViewController()