From b395e5ea758b24803743535f86bf443765237551 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期一, 18 九月 2023 18:17:17 +0800 Subject: [PATCH] 完善二期版本 --- WanPai/Root/Activity/View/StudentUpdateInfoView.swift | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WanPai/Root/Activity/View/StudentUpdateInfoView.swift b/WanPai/Root/Activity/View/StudentUpdateInfoView.swift index 3e41306..489dd5e 100644 --- a/WanPai/Root/Activity/View/StudentUpdateInfoView.swift +++ b/WanPai/Root/Activity/View/StudentUpdateInfoView.swift @@ -52,8 +52,8 @@ static func show(_ model:ActivityDetailPartModel){ let storesView = StudentUpdateInfoView.jq_loadNibView() storesView.model = model - storesView.frame = screnDelegate?.window?.frame ?? .zero - screnDelegate?.window?.addSubview(storesView) + storesView.frame = sceneDelegate?.window?.frame ?? .zero + sceneDelegate?.window?.addSubview(storesView) storesView.cons_bottom.constant = 0 UIView.animate(withDuration: 0.4) { -- Gitblit v1.7.1