提审问题修复

This commit is contained in:
liyuhua
2024-03-05 14:04:09 +08:00
parent ea8af59e45
commit cc317acaac
83 changed files with 187 additions and 161 deletions

View File

@@ -2,7 +2,7 @@
// HomeVoiceVC.swift
// yinmeng-ios
//
// Created by MaiMang on 2024/2/25.
// Created by yinmeng on 2024/2/25.
//
import UIKit
@@ -20,7 +20,7 @@ class HomeVoiceVC: BaseViewController,HiddenNavigationBarProtocol {
if (UserDefaults.standard.value(forKey:"kIsShowGuide") != nil){return}
UserDefaults.standard.setValue("yes", forKey: "kIsShowGuide")
let guideVeiw = HomeVoiceGuideView.init(frame: CGRect(x: 0, y: 0, width: ScreenWidth, height: ScreenHeight))
UIApplication.shared.keyWindow?.addSubview(guideVeiw)
keyWindow.addSubview(guideVeiw)
}
@objc func userInfoBtnAction(){
let userInfoView:HomeVoiceUserInfoView = HomeVoiceUserInfoView.init(frame: .zero)