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
e48891aef0b3ac884281a9d77a4c83233c4bf3bf
1 parent
d4f8d2b8
有货分期二期
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
apps/home/controllers/installment.js
public/js/home/installment-goods.js
apps/home/controllers/installment.js
View file @
e48891a
...
...
@@ -36,11 +36,10 @@ const _reviewStatus = (res, req, uid, status) => {
price
:
result
[
1
].
currCreditLimit
,
installmentOnly
:
{
title
:
{
title
:
{
title
:
'分期专享'
,
moreUrl
:
''
},
moreUrl
:
''
title
:
'分期专享'
,
moreUrl
:
helpers
.
appUrlFormat
(
req
.
originalUrl
,
'go.instalmentlist'
,
{
title
:
'有货分期'
})
},
goods
:
result
[
0
]
},
...
...
@@ -96,7 +95,9 @@ const index = (req, res) => {
let
installmentOnly
=
{
title
:
{
title
:
'分期专享'
,
moreUrl
:
'www.baiud.com'
moreUrl
:
helpers
.
appUrlFormat
(
req
.
originalUrl
,
'go.instalmentlist'
,
{
title
:
'有货分期'
})
},
goods
:
result
[
1
]
};
...
...
public/js/home/installment-goods.js
View file @
e48891a
...
...
@@ -63,7 +63,7 @@ ListData.prototype.getListData = function(page) {
self
.
opt
.
stopLoading
=
false
;
if
(
data
===
''
)
{
if
(
self
.
opt
.
noResult
)
{
if
(
self
.
opt
.
noResult
&&
self
.
opt
.
page
===
1
)
{
$
(
'.no-result'
).
show
();
}
self
.
opt
.
stopLoading
=
true
;
...
...
Please
register
or
login
to post a comment