Authored by 沈志敏

fix bug

... ... @@ -270,6 +270,6 @@ const intercept = (url) => {
};
module.exports = {
defaultTitleMap: defaultTitleMap,
intercept: intercept
defaultTitleMap,
intercept
};
... ...
... ... @@ -222,7 +222,6 @@
.yoho-favorite-brand-page {
width: 100%;
height: auto;
margin-top: 20px;
.fav-content {
.fav-type {
... ... @@ -233,7 +232,6 @@
padding-left: 20px;
list-style: none;
overflow: hidden;
border-top: 1px solid #e0e0e0;
li {
position: relative;
... ...
... ... @@ -240,7 +240,6 @@
.yoho-favorite-page {
width: 100%;
height: auto;
margin-top: 20px;
.fav-content {
.fav-type {
... ... @@ -251,7 +250,6 @@
padding-left: 20px;
list-style: none;
overflow: hidden;
border-top: 1px solid #e0e0e0;
li {
position: relative;
... ...