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
b71fd0e3f342b67ce521511963f8372fef2e31b1
1 parent
49d6bf92
有货分期
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/controllers/installment.js
apps/home/controllers/installment.js
View file @
b71fd0e
...
...
@@ -79,7 +79,7 @@ const index = (req, res, next) => {
if
(
openStatus
===
'0'
)
{
return
installmentModel
.
getResources
().
then
(
data
=>
{
if
(
data
[
0
]
&&
data
[
0
].
data
[
0
])
{
data
[
0
].
data
[
0
].
url
=
'javascript:void(0)'
;
data
[
0
].
data
[
0
].
url
=
'javascript:void(0)'
;
//eslint-disable-line
}
return
{
...
...
Please
register
or
login
to post a comment