|
@@ -211,11 +211,10 @@ extension OrderViewController :JXSegmentedListContainerViewDataSource {
|
|
self.navigationController?.pushViewController(vc, animated: true)
|
|
self.navigationController?.pushViewController(vc, animated: true)
|
|
}
|
|
}
|
|
if button.titleLabel?.text == "去评价" {
|
|
if button.titleLabel?.text == "去评价" {
|
|
- let vc = OrderCommentController()
|
|
|
|
- vc.orderDetailModel = orderModel
|
|
|
|
- vc.commentSuccessedBlock = {
|
|
|
|
- [weak self] in
|
|
|
|
-
|
|
|
|
|
|
+ let vc1 = OrderCommentController()
|
|
|
|
+ vc1.orderDetailModel = orderModel
|
|
|
|
+ vc1.commentSuccessedBlock = {
|
|
|
|
+ vc.orderPurchaseOrderListApi(page: 1)
|
|
}
|
|
}
|
|
self.navigationController?.pushViewController(vc, animated: true)
|
|
self.navigationController?.pushViewController(vc, animated: true)
|
|
}
|
|
}
|