Merge branch 'release/1.0' into develop
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -568,7 +568,7 @@ | @@ -568,7 +568,7 @@ | ||
568 | // 读取购物车数量 | 568 | // 读取购物车数量 |
569 | if (this.isApp) { | 569 | if (this.isApp) { |
570 | this.refreshCart(); | 570 | this.refreshCart(); |
571 | - bus.on('app.shoppingcart,refresh', () => this.refreshCart); | 571 | + bus.$on('app.shoppingcart.refresh', this.refreshCart); |
572 | } | 572 | } |
573 | } | 573 | } |
574 | }; | 574 | }; |
-
Please register or login to post a comment