style : 一体机下隐藏部分模块

This commit is contained in:
2025-12-17 11:32:13 +08:00
parent 01d817f99c
commit 8ccdcbf93b
4 changed files with 15 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
<view class="header-btnLf button-click" @click="seemsg(0)" :class="{ active: state.current === 0 }">
现场招聘
</view>
<view class="header-btnLf button-click" @click="seemsg(1)" :class="{ active: state.current === 1 }">
<view v-if="!isMachineEnv" class="header-btnLf button-click" @click="seemsg(1)" :class="{ active: state.current === 1 }">
VR虚拟招聘会
</view>
</view>
@@ -196,7 +196,6 @@ function changeSwiperMsgType(e) {
function seemsg(index) {
if (index === 1) {
if(isMachineEnv.value) return $api.msg('暂未开放');
handleItemClick();
return;
}