Commit 288709eb authored by maxiaoliang's avatar maxiaoliang

1

parent d23a7d16
......@@ -133,7 +133,7 @@ public class CarPresenter : CarContract.Presenter
parm.Add("landId", landId);
HttpTool.Instance._Post("app/v1/wdlc/seed", parm, new Action<LandListData>((bean) =>
{
if (PlayerPrefs.GetInt("step2Key", 0) == 0)
if (PlayerPrefs.GetInt("step2Key", 0) == 1)
{
if (PlayerDataControl.Instance.IsNewUser)
{
......
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