|
@@ -5,9 +5,9 @@ using UnityEngine;
|
|
|
|
|
|
namespace GFGGame
|
|
namespace GFGGame
|
|
{
|
|
{
|
|
- public class TraveView : BaseWindow
|
|
|
|
|
|
+ public class TravelRewardView : BaseWindow
|
|
{
|
|
{
|
|
- private UI_TravelUI _ui;
|
|
|
|
|
|
+ private UI_TravelRewardUI _ui;
|
|
|
|
|
|
public override void Dispose()
|
|
public override void Dispose()
|
|
{
|
|
{
|
|
@@ -22,8 +22,8 @@ namespace GFGGame
|
|
protected override void OnInit()
|
|
protected override void OnInit()
|
|
{
|
|
{
|
|
base.OnInit();
|
|
base.OnInit();
|
|
- packageName = UI_TravelUI.PACKAGE_NAME;
|
|
|
|
- _ui = UI_TravelUI.Create();
|
|
|
|
|
|
+ packageName = UI_TravelRewardUI.PACKAGE_NAME;
|
|
|
|
+ _ui = UI_TravelRewardUI.Create();
|
|
this.viewCom = _ui.target;
|
|
this.viewCom = _ui.target;
|
|
isfullScreen = true;
|
|
isfullScreen = true;
|
|
_ui.m_loaBg.url = ResPathUtil.GetBgImgPath("gzs_bjbj");
|
|
_ui.m_loaBg.url = ResPathUtil.GetBgImgPath("gzs_bjbj");
|