杨锴
2024-11-11 9e77b0f9014653255eb51e81b8a8ba719443839d
XQMuse/Root/Other/View/CountdownChooseListView.swift
@@ -102,6 +102,7 @@
            @IBAction func customReduceAction(_ sender: Any) {
                        userCustomer()
        var t = tf_input.text?.int ?? 1
        t -= 1
                        t = max(1,t)
        status = .choose(t)
        tf_input.text = t.string