From c80be0d1e2781f37dfb9435e44ce2a64a49039ac Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 22 十一月 2018 15:28:44 +0800
Subject: [PATCH] 4241 【前端】用易接SDK接入传统渠道

---
 System/ClientVersion/VersionUtility.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/System/ClientVersion/VersionUtility.cs b/System/ClientVersion/VersionUtility.cs
index 873a336..1671b76 100644
--- a/System/ClientVersion/VersionUtility.cs
+++ b/System/ClientVersion/VersionUtility.cs
@@ -33,9 +33,11 @@
     public bool completed { get { return step == Step.Completed; } }
 
     Step m_Step = Step.None;
-    public Step step {
+    public Step step
+    {
         get { return m_Step; }
-        private set {
+        private set
+        {
             if (m_Step != value)
             {
                 m_Step = value;

--
Gitblit v1.8.0