Commit 51969cfa authored by zhangzhe's avatar zhangzhe

修改bug

parent 4e9af82b
......@@ -80,7 +80,7 @@ public class HarvestItem : MonoBehaviour
// ToastPlugin.ToastHelper.ShowToast("继续种植"+item.title+"即可领取");
GameObject toastObj = Instantiate(Resources.Load<GameObject>("Toast"));
toastObj.GetComponent<ToastUtils>().ShowToastUI("继续种植" + item.title + "即可领取");
toastObj.GetComponent<ToastUtils>().ShowToastUI("继续喂食" + item.title + "即可领取");
EventCenter.Broadcast(MyEventType.CLOSE_CLOCKIN_PAGE);
}
else
......
......@@ -72,7 +72,7 @@ public class PlantMakeMoneyItem : MonoBehaviour
if (item.id != 1)
{
GameObject toastObj = Instantiate(Resources.Load<GameObject>("Toast"));
toastObj.GetComponent<ToastUtils>().ShowToastUI("请根据引导养");
toastObj.GetComponent<ToastUtils>().ShowToastUI("请根据引导养");
return;
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment