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