using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class UI_ComputerSystemSJCJJKPanel : UI_ComputerSystemBasePanel
{
public Sprite normalWeb;//正常状态
public Sprite resultWeb;//结果状态
public string triggerName = "";
///
/// 显示初始界面
///
void ShowNormalWeb()
{
GetControl("BgImg").sprite = normalWeb;//替换背景
GetControl