默认运费调取时间
This commit is contained in:
@@ -862,7 +862,11 @@ export default {
|
|||||||
this.addressData = this.defaultAddressList;
|
this.addressData = this.defaultAddressList;
|
||||||
}
|
}
|
||||||
console.log("this.addressData at line 742:", this.addressData);
|
console.log("this.addressData at line 742:", this.addressData);
|
||||||
|
if(this.defaultAddressList.id){
|
||||||
|
console.log('有默认地址');
|
||||||
await this.getFreightNum();
|
await this.getFreightNum();
|
||||||
|
}
|
||||||
|
// await this.getFreightNum();
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
|
|
||||||
// await that.getDetailInfo();
|
// await that.getDetailInfo();
|
||||||
|
|||||||
Reference in New Issue
Block a user