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
陈轩
2016-08-22 15:03:33 +0800
Commit
2de33220259c6d835d2c4a674f7742b90296f173
1 parent
8d2505da
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
public/vue/component/product/list.vue
public/vue/product/detail/index.vue
public/vue/component/product/list.vue
View file @
2de3322
...
...
@@ -103,8 +103,8 @@
.card-label {
margin: 0 0 10px;
font-size: 24px;
line-height: 28px;
height: 65px;
line-height: 1.4;
height: 67.1999999999px;
font-weight: normal;
}
}
...
...
public/vue/product/detail/index.vue
View file @
2de3322
...
...
@@ -429,6 +429,8 @@
this.cartCount = result.data.goods_count;
selector.playAnimation();
} else {
result.message = '添加购物车失败 >_<';
}
this.showFeatureSelector = false;
...
...
Please
register
or
login
to post a comment