feat : 每次进入简历详情页,刷新简历信息

This commit is contained in:
2025-11-20 18:58:40 +08:00
parent ab63143792
commit 6024ae44a4

View File

@@ -164,6 +164,10 @@ const { getUserResume } = useUserStore();
const { getDictData, oneDictData } = useDictStore();
import config from "@/config.js";
onLoad(() => {
getUserResume();
});
function chooseResume() {
uni.chooseImage({
sizeType: ["original", "compressed"],