Commit 69e15f0b authored by zhangzhe's avatar zhangzhe

修改bug

parent 81de1740
...@@ -635,7 +635,10 @@ public class DialogControl : MonoBehaviour ...@@ -635,7 +635,10 @@ public class DialogControl : MonoBehaviour
public void OnClickCloseAllSpeedDialog() public void OnClickCloseAllSpeedDialog()
{ {
AdUtils.closeFeedAd(); AdUtils.closeFeedAd();
allspeedcontent.transform.localPosition -= new Vector3(0, 320, 0); if (!PlayerDataControl.Instance.IsNewUser)
{
allspeedcontent.transform.localPosition -= new Vector3(0, 320, 0);
}
AudioUtils.ins.PlayBtnAudio(); AudioUtils.ins.PlayBtnAudio();
AllSpeedDialog.SetActive(false); AllSpeedDialog.SetActive(false);
} }
......
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