using System.Collections; using System.Collections.Generic; using UnityEngine; public class UrlShow : BaseShow { /// /// Êó±êµ¥»÷ʼþ /// public override void OnClick() { if (BaseController.CanControl && CanClick) { H5Controller.OpenUrl(info.URL); } } }