Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
2016-09-08 11:08:57 +0800
Commit
ab61aefb782829c76b2ffb7f05e7a4df35819769
1 parent
6c39edbf
分期二期修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/installment.starting-service.page.js
public/js/home/installment.starting-service.page.js
View file @
ab61aef
...
...
@@ -249,7 +249,7 @@ $('#apply-button').click(function() {
};
if
(
result
.
code
===
200
&&
result
.
data
)
{
if
(
parseInt
(
result
.
data
.
status
)
===
2
)
{
if
(
result
.
data
.
status
===
'2'
)
{
// 统计:开通成功时
bp
.
setContYas
({},
true
);
...
...
Please
register
or
login
to post a comment