feat : 每次进入简历详情页,刷新简历信息
This commit is contained in:
@@ -164,6 +164,10 @@ const { getUserResume } = useUserStore();
|
|||||||
const { getDictData, oneDictData } = useDictStore();
|
const { getDictData, oneDictData } = useDictStore();
|
||||||
import config from "@/config.js";
|
import config from "@/config.js";
|
||||||
|
|
||||||
|
onLoad(() => {
|
||||||
|
getUserResume();
|
||||||
|
});
|
||||||
|
|
||||||
function chooseResume() {
|
function chooseResume() {
|
||||||
uni.chooseImage({
|
uni.chooseImage({
|
||||||
sizeType: ["original", "compressed"],
|
sizeType: ["original", "compressed"],
|
||||||
|
|||||||
Reference in New Issue
Block a user