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