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
Email Patches
Plain Diff
Browse Files
Authored by
沈志敏
9 years ago
Commit
5d9f70a0d54edcfcd9d364a81b1e5bc970667d9f
1 parent
882de135
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
public/js/common/intercept-click.js
public/vue/me/fav-brand-list.vue
public/vue/me/fav-product-list.vue
public/js/common/intercept-click.js
View file @
5d9f70a
...
...
@@ -270,6 +270,6 @@ const intercept = (url) => {
};
module
.
exports
=
{
defaultTitleMap
:
defaultTitleMap
,
intercept
:
intercept
defaultTitleMap
,
intercept
};
...
...
public/vue/me/fav-brand-list.vue
View file @
5d9f70a
...
...
@@ -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;
...
...
public/vue/me/fav-product-list.vue
View file @
5d9f70a
...
...
@@ -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;
...
...
Please
register
or
login
to post a comment