代码提交
This commit is contained in:
@ -38,6 +38,9 @@ export const useMainStore = defineStore('main', {
|
||||
this.address = []
|
||||
this.moreLoading = true
|
||||
},
|
||||
clearSelectAddress(){
|
||||
this.selectAddress = null
|
||||
},
|
||||
async getAddressList(page) {
|
||||
let res = await getAddressList({page: page})
|
||||
if (res.length) {
|
||||
|
Reference in New Issue
Block a user