Commit 48ffc955 authored by Damon's avatar Damon

fix: 默认地址排在首位

parent b45390ec
...@@ -82,6 +82,7 @@ export default { ...@@ -82,6 +82,7 @@ export default {
this.lists.forEach(v => { this.lists.forEach(v => {
this.$set(v, 'enable', v.id === val.id ? 1 : 0) this.$set(v, 'enable', v.id === val.id ? 1 : 0)
}) })
this.getMineSite()
if (this.type === 'parts') { if (this.type === 'parts') {
let pages = getCurrentPages() let pages = getCurrentPages()
let prevPage = pages[pages.length - 2] let prevPage = pages[pages.length - 2]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment