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