Authored by 陈峰

Merge branch 'release/3.0' of http://git.yoho.cn/fe/yohoblk-wap into release/3.0

... ... @@ -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,
... ...
... ... @@ -149,7 +149,7 @@
</script>
<style>
.top-filter {
border-top: none;
border-top: none!important;
}
.list-items {
background-color: #fff;
... ...