岛主竞拍bug
This commit is contained in:
parent
c80d29ef44
commit
c7df1cdf74
@ -30,6 +30,11 @@ public class Islandpanel : MonoBehaviour
|
|||||||
introtext.text = response.Data.intro_text;
|
introtext.text = response.Data.intro_text;
|
||||||
InvesttotalText.text = response.Data.invest_total.ToString();
|
InvesttotalText.text = response.Data.invest_total.ToString();
|
||||||
remainingTime = response.Data.countdown;
|
remainingTime = response.Data.countdown;
|
||||||
|
if(response.Data.island_id==0)
|
||||||
|
{
|
||||||
|
Dao.gameObject.SetActive(false);
|
||||||
|
islandname.gameObject.SetActive(false);
|
||||||
|
}
|
||||||
islandname.text = response.Data.island_name;
|
islandname.text = response.Data.island_name;
|
||||||
UpdateCountdownText(remainingTime);
|
UpdateCountdownText(remainingTime);
|
||||||
Dao.sprite = dao[response.Data.island_id];
|
Dao.sprite = dao[response.Data.island_id];
|
||||||
|
Loading…
Reference in New Issue
Block a user