style : 一体机下隐藏部分模块
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user