From 4966eb10cbf5ce9c6ee37a13d393fb0ae2d85b60 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期五, 08 三月 2024 21:59:57 +0800 Subject: [PATCH] 2.0功能完成 --- WanPai/Common/View/AgreentView.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WanPai/Common/View/AgreentView.swift b/WanPai/Common/View/AgreentView.swift index 5e96e08..9b4ad5d 100644 --- a/WanPai/Common/View/AgreentView.swift +++ b/WanPai/Common/View/AgreentView.swift @@ -43,7 +43,7 @@ let attributed = AttributedStringbuilder.build() - if type != .other && type != .matchStore && type != .useStore{ + if type != .other && type != .matchStore && type != .useStore && type != .matchPoint{ Services.queryProtocol(type,progress: false).subscribe(onNext: { result in if let text = result.data?.jq_wrapHtml(){ attributed.add(string: text, withFont: UIFont.systemFont(ofSize: 14, weight: .semibold), withColor: UIColor(hexStr: "727272"), lineSpace: 4) -- Gitblit v1.7.1