- 优化,如果从地址里面选择地址了,就不请求了

master
sin 7 years ago
parent b807a63966
commit 70e21f9194

@ -183,9 +183,9 @@
created() {
//
GetDefaultAddress().then((result) => {
if (result) {
this.type = 'add1'
this.addressData = result
if (!this.addressData.name && result) {
this.type = 'add1';
this.addressData = result;
}
})
//

Loading…
Cancel
Save