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