|
@@ -68,6 +68,10 @@ namespace Fort23.Mono
|
|
selectedFaBaoInfo = null;
|
|
selectedFaBaoInfo = null;
|
|
CustomInit(selectIndex);
|
|
CustomInit(selectIndex);
|
|
UpdateBjUI(false);
|
|
UpdateBjUI(false);
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ SetSelectIcon(currentFaBaoWidget.SelectRoot);
|
|
});
|
|
});
|
|
|
|
|
|
Btn_UpGrade.onClick.AddListener(() =>
|
|
Btn_UpGrade.onClick.AddListener(() =>
|
|
@@ -328,6 +332,9 @@ namespace Fort23.Mono
|
|
UpdateCurrentFaBaoWidget();
|
|
UpdateCurrentFaBaoWidget();
|
|
UpdateUI(selectedFaBaoInfo);
|
|
UpdateUI(selectedFaBaoInfo);
|
|
UpadaFabaoBag();
|
|
UpadaFabaoBag();
|
|
|
|
+
|
|
|
|
+ if(currentFaBaoWidget != null)
|
|
|
|
+ SetSelectIcon(currentFaBaoWidget.SelectRoot);
|
|
}
|
|
}
|
|
|
|
|
|
private async CTask UpdateCurrentFaBaoWidget()
|
|
private async CTask UpdateCurrentFaBaoWidget()
|