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