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