Authored by ccbikai

Merge branch 'release/1.0' into develop

... ... @@ -568,7 +568,7 @@
// 读取购物车数量
if (this.isApp) {
this.refreshCart();
bus.on('app.shoppingcart,refresh', () => this.refreshCart);
bus.$on('app.shoppingcart.refresh', this.refreshCart);
}
}
};
... ...