少年修仙传客户端代码仓库
0312 商店刷新时间规则取决于 商店的第一个物品刷新类型;灵石商城为混合刷新 暂时改成对应 3天刷新一次的显示规则
1个文件已修改
2 ■■■■■ 已修改文件
System/Store/StoreWin.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Store/StoreWin.cs
@@ -180,6 +180,7 @@
                }
                var refreshType = commodities[0].storeConfig.RefreshType;
                if (model.storeFuncType == StoreFunc.IntegralStore) refreshType = 7;
                if (refreshType == 0)
                {
@@ -221,6 +222,7 @@
            var shopType = commodities[0].storeConfig.ShopType;
            var RefreshType = commodities[0].storeConfig.RefreshType;
            if (model.storeFuncType == StoreFunc.IntegralStore) RefreshType = 7;
            this.m_RefreshContainer.gameObject.SetActive(RefreshType != 0);
            //if (model.showCoinsUIDict != null && model.showCoinsUIDict.ContainsKey(shopType))
            //{