会员修改信息刷新

This commit is contained in:
duan 2024-11-01 17:50:19 +08:00
parent 1528469d88
commit 4cd503803b
1 changed files with 4 additions and 2 deletions

View File

@ -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()
})