From 8ccdcbf93b61c5d1e5063e6958a4faaefe98cfc2 Mon Sep 17 00:00:00 2001 From: xiebing Date: Wed, 17 Dec 2025 11:32:13 +0800 Subject: [PATCH] =?UTF-8?q?style=20:=20=E4=B8=80=E4=BD=93=E6=9C=BA?= =?UTF-8?q?=E4=B8=8B=E9=9A=90=E8=97=8F=E9=83=A8=E5=88=86=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 4 ++-- pages/careerfair/careerfair.vue | 3 +-- pages/index/components/index-refactor.vue | 15 ++++++++++----- pages/mine/mine.vue | 5 ++--- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/config.js b/config.js index 502066f..b005721 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ export default { - baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api/api', // 内网 - // baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试 + // baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api/api', // 内网 + baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试 // baseUrl: 'http://192.168.3.29:8081', // baseUrl: 'http://10.213.6.207:19010/api', // 语音转文字 diff --git a/pages/careerfair/careerfair.vue b/pages/careerfair/careerfair.vue index d6b81e0..e9ac742 100644 --- a/pages/careerfair/careerfair.vue +++ b/pages/careerfair/careerfair.vue @@ -7,7 +7,7 @@ 现场招聘 - + VR虚拟招聘会 @@ -196,7 +196,6 @@ function changeSwiperMsgType(e) { function seemsg(index) { if (index === 1) { - if(isMachineEnv.value) return $api.msg('暂未开放'); handleItemClick(); return; } diff --git a/pages/index/components/index-refactor.vue b/pages/index/components/index-refactor.vue index 8fb422b..242a17e 100644 --- a/pages/index/components/index-refactor.vue +++ b/pages/index/components/index-refactor.vue @@ -20,7 +20,7 @@ - + @@ -56,7 +56,7 @@ - + 简历匹配职位 @@ -65,8 +65,7 @@ - - + 附近工作 好岗职等你来 @@ -364,6 +363,7 @@ onMounted(() => { let firstEntry = uni.getStorageSync('firstEntry') === false ? false : true; // 默认未读 maskFirstEntry.value = firstEntry; getMatchTags(); + console.log(isMachineEnv.value,'+++++++++') }); async function getMatchTags() { @@ -425,7 +425,6 @@ const handleTagClick = (tagInfo) => { }; const handleItemClick = (item) => { - if(isMachineEnv.value) return $api.msg('暂未开放'); switch (item) { case '素质测评': lightAppJssdk.navigation.hide({ @@ -892,6 +891,12 @@ defineExpose({ loadData }); height: 36rpx; color: #000000; padding: 20rpx 30rpx +.match-move-top + margin-top:-20rpx !important; +.cards-move-top + margin-top:-60rpx !important; + position:relative; + z-index:1 .ai-card-out width:100%; box-sizing:border-box diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index 5c5a29e..de85063 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -56,7 +56,7 @@ 已认证 - + 素质测评 @@ -65,7 +65,7 @@ - + AI面试 @@ -166,7 +166,6 @@ const handleItemClick = (item) => { }); break; case '模拟面试': - if(isMachineEnv.value) return $api.msg('暂未开放'); lightAppJssdk.navigation.hide({ url: config.mock_interview, });