Authored by hongyong.zhao

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

@@ -160,6 +160,9 @@ export default { @@ -160,6 +160,9 @@ export default {
160 160
161 activated() { 161 activated() {
162 this.isActive = true; 162 this.isActive = true;
  163 + if (this.inputPrice) {
  164 + this.computePrice();
  165 + }
163 }, 166 },
164 deactivated() { 167 deactivated() {
165 this.isActive = false; 168 this.isActive = false;