无故事王国
2024-07-02 655a0215e597e3c46834d9d8a609bab729a1816f
DolphinEnglishLearnStudent/Moudle/Home/Listen/VC/HomeListenStory_1_VC.swift
@@ -127,11 +127,17 @@
                                                                        UIView.animate(withDuration: 0.5) {
                                                                                    handleView.btn_state.alpha = 1
                                                                        }
                                                                        UIView.animate(withDuration: 0.5, delay: 3) {
                                                                                    handleView.btn_state.alpha = 0
                                                                        }
                                                                        weakSelf.voicePlayer.playerAt(url: handleView.vioceSoundUrl)
                                                                        let copyView = handleView.copyView()
                                                                        copyView.btn_choose.alpha = 0
                                                                        copyView.listenType = .lesson2
                                                                        copyView.resetView()
                                                                        copyView.isplaying()
                                                                        let newRect = handleView.convert(handleView.bounds, to: weakSelf.view)
                                                                        weakSelf.view.addSubview(copyView)
                                                                        copyView.snp.makeConstraints { make in