新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
@ -29,7 +29,7 @@ export const useMainStore = defineStore('main', {
|
||||
setSelectAddress(id) {
|
||||
this.selectAddress = this.address.filter(item => item.id == id)[0]
|
||||
},
|
||||
async getUserInfo(user) {
|
||||
async getUserInfo() {
|
||||
let res = await getUserInfo()
|
||||
this.user = res
|
||||
return res
|
||||
@ -38,7 +38,7 @@ export const useMainStore = defineStore('main', {
|
||||
this.address = []
|
||||
this.moreLoading = true
|
||||
},
|
||||
clearSelectAddress(){
|
||||
clearSelectAddress() {
|
||||
this.selectAddress = null
|
||||
},
|
||||
async getAddressList(page) {
|
||||
|
Reference in New Issue
Block a user