diff --git a/components/jobfair/signDialog.vue b/components/jobfair/signDialog.vue new file mode 100644 index 0000000..1b12efb --- /dev/null +++ b/components/jobfair/signDialog.vue @@ -0,0 +1,639 @@ + + + + + \ No newline at end of file diff --git a/packageA/pages/UnitDetails/UnitDetails.vue b/packageA/pages/UnitDetails/UnitDetails.vue index 61eba48..e2644c0 100644 --- a/packageA/pages/UnitDetails/UnitDetails.vue +++ b/packageA/pages/UnitDetails/UnitDetails.vue @@ -1,572 +1,417 @@ diff --git a/packageA/pages/exhibitors/exhibitors.vue b/packageA/pages/exhibitors/exhibitors.vue index 2219672..ba7533d 100644 --- a/packageA/pages/exhibitors/exhibitors.vue +++ b/packageA/pages/exhibitors/exhibitors.vue @@ -105,16 +105,23 @@ + + + + + + \ No newline at end of file diff --git a/packageA/pages/post/post.vue b/packageA/pages/post/post.vue index 055dcfa..783df6c 100644 --- a/packageA/pages/post/post.vue +++ b/packageA/pages/post/post.vue @@ -253,6 +253,7 @@ const applicants = ref([ ]); onLoad((option) => { + console.log(option, 'option'); if (option.jobId) { initLoad(option); } diff --git a/packageB/jobFair/detail.vue b/packageB/jobFair/detail.vue deleted file mode 100644 index c28e9f0..0000000 --- a/packageB/jobFair/detail.vue +++ /dev/null @@ -1,559 +0,0 @@ - - - - - diff --git a/packageB/jobFair/detailCom.vue b/packageB/jobFair/detailCom.vue new file mode 100644 index 0000000..2c637a4 --- /dev/null +++ b/packageB/jobFair/detailCom.vue @@ -0,0 +1,1029 @@ + + + + + \ No newline at end of file diff --git a/packageB/priority/helpFilter.vue b/packageB/priority/helpFilter.vue new file mode 100644 index 0000000..5e41f6d --- /dev/null +++ b/packageB/priority/helpFilter.vue @@ -0,0 +1,497 @@ + + + + + \ No newline at end of file diff --git a/packageB/priority/helpFollow.vue b/packageB/priority/helpFollow.vue new file mode 100644 index 0000000..1daf656 --- /dev/null +++ b/packageB/priority/helpFollow.vue @@ -0,0 +1,442 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 011527a..2023d0b 100644 --- a/pages.json +++ b/pages.json @@ -144,6 +144,7 @@ "navigationBarTitleTextSize": "30rpx" } } + ], "subpackages": [ { @@ -314,7 +315,7 @@ "root": "packageB", "pages": [ { - "path": "jobFair/detail", + "path": "jobFair/detailCom", "style": { "navigationBarTitleText": "招聘会详情", "navigationBarTitleTextSize": "30rpx" @@ -444,7 +445,7 @@ "style" : { "navigationBarTitleText" : "生涯规划", "navigationStyle": "custom" - } + } }, { "path": "job/index", @@ -504,13 +505,13 @@ "navigationBarTitleText": "学业规划", "navigationStyle": "custom" } - }, + }, { "path": "userCenter/fillInInformation", "style": { "navigationBarTitleText": "完善个人信息" } - }, + }, { "path": "pagesTest/testList", "style": { @@ -639,4 +640,4 @@ } }, "uniIdRouter": {} -} \ No newline at end of file +} diff --git a/pages/careerfair/careerfair.vue b/pages/careerfair/careerfair.vue index eb984e8..c1771c6 100644 --- a/pages/careerfair/careerfair.vue +++ b/pages/careerfair/careerfair.vue @@ -1,812 +1,796 @@ diff --git a/pages/index/components/index-one.vue b/pages/index/components/index-one.vue index 78e1831..28212ea 100644 --- a/pages/index/components/index-one.vue +++ b/pages/index/components/index-one.vue @@ -593,8 +593,6 @@ const { columnCount, columnSpace } = useColumnCount(() => { const getCompanyInfo = () => { try { const cachedUserInfo = uni.getStorageSync('userInfo') || {}; - console.log('缓存中的userInfo:', cachedUserInfo); - // 重置企业信息 companyInfo.name = ''; companyInfo.avatar = ''; diff --git a/unpackage/dist/dev/mp-weixin/project.config.json b/unpackage/dist/dev/mp-weixin/project.config.json index 259a170..d63cc50 100644 --- a/unpackage/dist/dev/mp-weixin/project.config.json +++ b/unpackage/dist/dev/mp-weixin/project.config.json @@ -1,7 +1,8 @@ { "description": "项目配置文件。", "packOptions": { - "ignore": [] + "ignore": [], + "include": [] }, "setting": { "urlCheck": false, @@ -9,28 +10,21 @@ "postcss": true, "minified": true, "newFeature": true, - "bigPackageSizeSupport": true + "bigPackageSizeSupport": true, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + }, + "condition": false }, "compileType": "miniprogram", - "libVersion": "3.5.7", + "libVersion": "3.10.3", "appid": "wx9d1cbc11c8c40ba7", "projectname": "qingdao-employment-service", - "condition": { - "search": { - "current": -1, - "list": [] - }, - "conversation": { - "current": -1, - "list": [] - }, - "game": { - "current": -1, - "list": [] - }, - "miniprogram": { - "current": -1, - "list": [] - } + "condition": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 } } \ No newline at end of file