r
2025-09-09 2b133a75c3199d0e737ad2263f670c834d769ab1
WanPai/Root/Home/CCell/CouponCellTwo.swift
@@ -6,7 +6,7 @@
//
import UIKit
import JQTools
class CouponCellTwo: UITableViewCell {
    @IBOutlet weak var moneyLab: UILabel!
@@ -20,6 +20,7 @@
    @IBOutlet weak var numberLab: UILabel!
    
    
    @IBOutlet weak var to_use: UIButton!
    override func awakeFromNib() {
        super.awakeFromNib()
        // Initialization code
@@ -31,4 +32,8 @@
        // Configure the view for the selected state
    }
    
    @IBAction func btnAction(_ sender: Any) {
        let vc = WelfareExchangeRecordListVC()
       JQ_currentViewController().jq_push(vc: vc)
    }
}