Authored by hongyong.zhao

修改地址变化后没重新计算价格的问题

... ... @@ -160,6 +160,9 @@ export default {
activated() {
this.isActive = true;
if (this.inputPrice) {
this.computePrice();
}
},
deactivated() {
this.isActive = false;
... ...