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-08-30 09:37:53 +0800
Commit
b1e7c893fd25fdf44ac2dbba6a63f59e94945aea
1 parent
deeb59b0
潮流优选 底部样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/guang/models/plusstar.js
public/js/guang/plusstar-index.page.js
apps/guang/models/plusstar.js
View file @
b1e7c89
...
...
@@ -95,7 +95,7 @@ const getResources = (params, options) => {
}
break
;
case
'title_image'
:
case
'title_image'
:
if
(
typeof
data
[
res
.
template_name
]
===
'undefined'
)
{
data
[
res
.
template_name
]
=
[];
}
...
...
public/js/guang/plusstar-index.page.js
View file @
b1e7c89
...
...
@@ -118,7 +118,7 @@ $(function() {
});
$footer
.
css
({
"max-width"
:
"650px"
'max-width'
:
'650px'
}).
before
(
'<div style="height: '
+
parseInt
(
$footer
.
css
(
'height'
),
0
)
+
'px"></div>'
);
...
...
Please
register
or
login
to post a comment