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
王水玲
9 years ago
Commit
bdd269896d9fae4d30a1131672df11e1ffd9748d
1 parent
1bfccde6
分期埋点
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
public/js/home/installment.order-detail.page.js
public/js/home/installment.order.page.js
public/js/home/repayment-list.page.js
public/js/home/installment.order-detail.page.js
View file @
bdd2698
...
...
@@ -112,4 +112,4 @@ $('.repayment-btn').on('click', function() {
},
true
);
return
false
;
});
\ No newline at end of file
});
...
...
public/js/home/installment.order.page.js
View file @
bdd2698
...
...
@@ -140,4 +140,4 @@ $(document).on('click', '.order-list a', function() {
LAB_ID
:
$
(
'.header-tab .active'
).
index
(),
ORDER_CODE
:
$
(
this
).
data
(
'code'
)
},
false
);
});
\ No newline at end of file
});
...
...
public/js/home/repayment-list.page.js
View file @
bdd2698
...
...
@@ -125,4 +125,4 @@ $('.list-right a').on('click', function() {
INST_STYLE
:
li
.
data
(
'terms'
),
PERIODS
:
li
.
data
(
'currterm'
)
},
false
);
});
\ No newline at end of file
});
...
...
Please
register
or
login
to post a comment