提交 70e21f91 authored 作者: sin's avatar sin

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

上级 b807a639
......@@ -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;
}
})
// 处理来源
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论