0312 商店刷新时间规则取决于 商店的第一个物品刷新类型;灵石商城为混合刷新 暂时改成对应 3天刷新一次的显示规则
| | |
| | | }
|
| | |
|
| | | var refreshType = commodities[0].storeConfig.RefreshType;
|
| | | if (model.storeFuncType == StoreFunc.IntegralStore) refreshType = 7;
|
| | | if (refreshType == 0)
|
| | | {
|
| | |
|
| | |
| | |
|
| | | 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))
|
| | | //{
|