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
ccbikai
2016-08-05 18:09:14 +0800
Commit
5a82073cf946366b1949b719b7ab2731d2e1b2fa
2 parents
2e0cddc4
e66dea85
Merge branch 'release/1.0' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/vue/product/detail/index.vue
public/vue/product/detail/index.vue
View file @
5a82073
...
...
@@ -568,7 +568,7 @@
// 读取购物车数量
if (this.isApp) {
this.refreshCart();
bus.
on('app.shoppingcart,refresh', () =>
this.refreshCart);
bus.
$on('app.shoppingcart.refresh',
this.refreshCart);
}
}
};
...
...
Please
register
or
login
to post a comment