会员修改信息刷新
This commit is contained in:
parent
1528469d88
commit
4cd503803b
|
|
@ -256,7 +256,9 @@
|
||||||
import infoBox from "@/commons/utils/infoBox.js"
|
import infoBox from "@/commons/utils/infoBox.js"
|
||||||
import * as $Api from '@/http/yskApi/shop-user.js'
|
import * as $Api from '@/http/yskApi/shop-user.js'
|
||||||
import API from '../../http/classApi';
|
import API from '../../http/classApi';
|
||||||
|
import {
|
||||||
|
onShow,
|
||||||
|
} from '@dcloudio/uni-app';
|
||||||
import {
|
import {
|
||||||
midfiyAccount
|
midfiyAccount
|
||||||
} from '@/http/yskApi/requestAll.js';
|
} from '@/http/yskApi/requestAll.js';
|
||||||
|
|
@ -519,7 +521,7 @@
|
||||||
pageData.allShopInfo = res
|
pageData.allShopInfo = res
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(() => {
|
onShow(() => {
|
||||||
getUser()
|
getUser()
|
||||||
getAllShopInfo()
|
getAllShopInfo()
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue