Authored by hongyong.zhao

修改无地址无法计算运费的问题

... ... @@ -351,7 +351,7 @@ export default {
this.buyerCompute({
price: this.inputPrice,
storage_id: this.storageId,
address_id: this.addressInfo.address_id || ''
address_id: this.addressInfo ? this.addressInfo.address_id || '' : ''
});
},
... ...