Authored by ccbikai

Merge branch 'release/1.0' into develop

@@ -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 };