using TMPro; using UnityEngine.UI; using WS; public class TipView : View { public Button sureBtn; public TextMeshProUGUI contentText; public override void LoadInit() { ShowModeType = ViewShowModeType.Screen; ReferenceCollector rc = UIGameObject.GetComponent(); sureBtn = rc.GetComponent