From 21656936d06a8ea01d8d9ce4fdb1dbe0bb2e8419 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期三, 12 六月 2024 21:54:19 +0800 Subject: [PATCH] fix bug --- DolphinEnglishLearnStudent/Other/UIView/StudyHandleView.swift | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/DolphinEnglishLearnStudent/Other/UIView/StudyHandleView.swift b/DolphinEnglishLearnStudent/Other/UIView/StudyHandleView.swift index 32cacaa..f857033 100644 --- a/DolphinEnglishLearnStudent/Other/UIView/StudyHandleView.swift +++ b/DolphinEnglishLearnStudent/Other/UIView/StudyHandleView.swift @@ -46,6 +46,8 @@ func copyView()->StudyHandleView{ let copyV = StudyHandleView.jq_loadNibView() copyV.bounds = self.bounds + copyV.tag = self.tag + copyV.vioceSoundUrl = self.vioceSoundUrl return copyV } -- Gitblit v1.7.1