From 0113f6df205feca9a98a696d474cbb8333d1827e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E4=BA=91=E9=9C=84?= <chinacgcgcg@163.com>
Date: Thu, 3 Aug 2017 18:04:50 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=AA=8C=E8=AF=81=E7=A0=81?=
 =?UTF-8?q?=E5=80=92=E8=AE=A1=E6=97=B6=E8=B0=83=E7=94=A8=E6=96=B9=E6=B3=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../RebateVC/BankCard/BindingSuccessViewController.m           | 3 +--
 fastlane/Fastfile                                              | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Lighting/Class/XXuserController/RebateVC/BankCard/BindingSuccessViewController.m b/Lighting/Class/XXuserController/RebateVC/BankCard/BindingSuccessViewController.m
index 58a5a1f..86e550c 100755
--- a/Lighting/Class/XXuserController/RebateVC/BankCard/BindingSuccessViewController.m
+++ b/Lighting/Class/XXuserController/RebateVC/BankCard/BindingSuccessViewController.m
@@ -38,8 +38,7 @@
         [XBLoadingView hideHUDViewWithDefault];
         if (RESULT(returnValue)) {
             [XBLoadingView showHUDViewWithSuccessText:@"发送成功" completeBlock:^{
-#warning 待修改
-//                [weakSelf.sendButton startWithTime:60 title:@"获取验证码" countDownTitle:@"秒后重发" mainColor:kMainBlueColor countColor:kMainBlueColor];
+                [weakSelf.sendButton startWithTime:60 title:@"获取验证码" countDownTitle:@"秒后重发" mainColor:kMainBlueColor countColor:kMainBlueColor];
             }];
         }else
         {
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index bc32569..5c44f6c 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -1,4 +1,3 @@
-fastlane_version “2.37.0”
 default_platform :ios
 
 
-- 
2.18.1