|
@@ -20,10 +20,9 @@ class MineOrderTableViewCell: UITableViewCell {
|
|
|
typealias DidSelectItemAtClosure = (_ indexPath: IndexPath) -> Void
|
|
|
var didSelectItemAtClosure : DidSelectItemAtClosure?
|
|
|
|
|
|
- let images = ["my_payment","my_pickup","my_shipment","my_reception","my_refund"]
|
|
|
-
|
|
|
- let titles = ["待付款","待自提","待发货","待收货","退款/售后"]
|
|
|
+ let images = ["my_payment","my_shipment","my_reception","my_evaluation","my_refund"]
|
|
|
|
|
|
+ let titles = ["待付款","待发货","待收货","待评价","退款/售后"]
|
|
|
|
|
|
class func cellWith(tableView:UITableView,indexPath:IndexPath) -> MineOrderTableViewCell {
|
|
|
let ID = "MineOrderTableViewCell"
|