From a1ac0f1634ff0bd8f04259fc4cf7ebabd8c8c82d Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期二, 10 十月 2023 16:40:52 +0800
Subject: [PATCH] 修复BUG

---
 WanPai/Common/VC/CommonWebVC.swift |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/WanPai/Common/VC/CommonWebVC.swift b/WanPai/Common/VC/CommonWebVC.swift
index 69ba517..9e127ee 100644
--- a/WanPai/Common/VC/CommonWebVC.swift
+++ b/WanPai/Common/VC/CommonWebVC.swift
@@ -41,6 +41,7 @@
 	@IBAction func readAction(_ sender: UIButton) {
 		UserDefaults.standard.set(object: true, forKey: type.titleStr)
 		UserDefaults.standard.synchronize()
+		navigationController?.popViewController()
 	}
 
 	override var preferredStatusBarStyle: UIStatusBarStyle{

--
Gitblit v1.7.1