bug修复

This commit is contained in:
francis_fh
2025-12-08 21:20:33 +08:00
parent bc48d7fff0
commit 16d1e50c85
4 changed files with 28 additions and 6 deletions

View File

@@ -525,6 +525,11 @@ function previewImage(url, index) {
current: index
});
}
// 查看简历
function viewResume(userId) {
navTo(`/packageA/pages/myResume/myResume?userId=${userId}`);
}
</script>
<style lang="stylus" scoped>