From c1d9aafded85f46eeaedb0affb2b5e2a884e31bc Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期五, 21 九月 2018 22:08:34 +0800
Subject: [PATCH] 1967 修改骑宠推送界面
---
System/Store/StoreModel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Store/StoreModel.cs b/System/Store/StoreModel.cs
index e30f02e..8586001 100644
--- a/System/Store/StoreModel.cs
+++ b/System/Store/StoreModel.cs
@@ -1050,7 +1050,7 @@
}
else
{
- PlayerPrefs.DeleteKey(key);
+ //PlayerPrefs.DeleteKey(key);
shopRedDict[storelist[i].ID].state = RedPointState.None;
}
break;
--
Gitblit v1.8.0