Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
Plain Diff
Browse Files
Authored by
陈峰
2017-08-17 21:20:24 +0800
Commit
ed7287aeaedc45ebae66804956802b22b30d59a7
2 parents
57bebb27
2b992f6f
Merge branch 'release/3.0' of
http://git.yoho.cn/fe/yohoblk-wap
into release/3.0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
public/vue/me/fav-article-list.vue
public/vue/product/search/index.vue
public/vue/me/fav-article-list.vue
View file @
ed7287a
...
...
@@ -86,7 +86,8 @@
let time = new Date(+val);
let day = time.getDate();
let month = time.getMonth() + 1;
let monthEn = ['JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', 'JUL', 'AUG', 'SEP', 'OCT', 'NOV', 'DEC'][month];
let monthEn =
['JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', 'JUL', 'AUG', 'SEP', 'OCT', 'NOV', 'DEC'][month - 1];
let opt = {
day: day,
month: month,
...
...
public/vue/product/search/index.vue
View file @
ed7287a
...
...
@@ -149,7 +149,7 @@
</script>
<style>
.top-filter {
border-top: none;
border-top: none
!important
;
}
.list-items {
background-color: #fff;
...
...
Please
register
or
login
to post a comment