无故事王国
2023-09-14 45aebcb160b7a68ad79ad703466e287513f2ae22
WanPai/Common/View/AgreentView.swift
@@ -41,7 +41,7 @@
            alertView.layoutIfNeeded()
        }
        if type != .other{
      if type != .other && type != .matchStore{
            Services.queryProtocol(type,progress: false).subscribe(onNext: { result in
                if let text = result.data?.jq_wrapHtml(){
                    alertView.webView.loadHTMLString(text, baseURL: nil)