From 6ea752f7f7a4ed47de871f896f6892f14faed044 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 19 三月 2019 16:54:51 +0800
Subject: [PATCH] 3335 itemcell 制作成prefab
---
System/Dogz/SelectCell.cs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/System/Dogz/SelectCell.cs b/System/Dogz/SelectCell.cs
index ce8bdbf..ae5c6f6 100644
--- a/System/Dogz/SelectCell.cs
+++ b/System/Dogz/SelectCell.cs
@@ -22,7 +22,6 @@
nameTex.text = model.config.ItemName;
nameTex.color = UIHelper.GetUIColor(model.config.ItemColor,true);
itemBaisc.Init(model);
- itemBaisc.auctionIcon.gameObject.SetActive(false);
int strenLv = 0;
if (model.GetUseData((int)ItemUseDataKey.dogzEquipPlus) != null)
{
--
Gitblit v1.8.0