From d6ca1cf2bf59574dfa113c0857f26c6befa8d3e8 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期二, 09 十月 2018 17:21:54 +0800
Subject: [PATCH] 4074 【前端】限时抢购开发
---
System/OpenServerActivity/FlashSaleTimeCell.cs | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/System/OpenServerActivity/FlashSaleTimeCell.cs b/System/OpenServerActivity/FlashSaleTimeCell.cs
index 6e1fc31..9593cfe 100644
--- a/System/OpenServerActivity/FlashSaleTimeCell.cs
+++ b/System/OpenServerActivity/FlashSaleTimeCell.cs
@@ -1,11 +1,15 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
+锘縰sing UnityEngine;
+using UnityEngine.UI;
+using EnhancedUI.EnhancedScroller;
namespace Snxxz.UI
{
- class FlashSaleTimeCell
+ public class FlashSaleTimeCell : ScrollerUI
{
+ [SerializeField] Text remainText;
+ public override void Refresh(CellView cell)
+ {
+
+ }
}
}
--
Gitblit v1.8.0