Authored by 沈志敏

Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop

... ... @@ -27,14 +27,15 @@
}
.button-group {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: stretch;
height: 88px;
text-align: center;
a.modal-button {
flex: 1;
width: 45%;
display: inline-block;
margin-top: 0.5rem;
align-self: center;
text-align: center;
color: $blue;
... ...
... ... @@ -568,7 +568,7 @@
// 读取购物车数量
if (this.isApp) {
this.refreshCart();
bus.on('app.shoppingcart,refresh', () => this.refreshCart);
bus.$on('app.shoppingcart.refresh', this.refreshCart);
}
}
};
... ...