Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
Opple-iOS
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
Opple-iOS
Commits
0113f6df
Commit
0113f6df
authored
Aug 03, 2017
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化验证码倒计时调用方法
parent
6c5bcd7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
BindingSuccessViewController.m
...ntroller/RebateVC/BankCard/BindingSuccessViewController.m
+1
-2
Fastfile
fastlane/Fastfile
+0
-1
No files found.
Lighting/Class/XXuserController/RebateVC/BankCard/BindingSuccessViewController.m
View file @
0113f6df
...
...
@@ -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
{
...
...
fastlane/Fastfile
View file @
0113f6df
fastlane_version “2.37.0”
default_platform :ios
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment