无故事王国
2024-07-02 655a0215e597e3c46834d9d8a609bab729a1816f
DolphinEnglishLearnStudent/Other/UIView/StudyHandleView.swift
@@ -67,10 +67,7 @@
                        }
            }
            @IBAction func payAction(_ sender: UIButton) {
                        guard let v = vioceSoundUrl else {return}
                        voicePlayer.playerAt(url: v)
                        playAtClouse?(self.tag)
            func isplaying(){
                        switch listenType {
                                    case .lesson1,.lesson5,.game1:
                                                UIView.animate(withDuration: 0.25) {
@@ -93,6 +90,14 @@
                        }
            }
            @IBAction func payAction(_ sender: UIButton) {
                        guard let v = vioceSoundUrl else {return}
                        voicePlayer.playerAt(url: v)
                        playAtClouse?(self.tag)
                        isplaying()
            }
            @IBAction func chooseAction(_ sender: UIButton) {
                        sender.isSelected = !sender.isSelected
                        clouse?(sender)