素质测评 删除多余代码,运行web

This commit is contained in:
2026-01-19 11:36:17 +08:00
parent a1a94b264c
commit 9cf5905d5f
19 changed files with 8 additions and 25 deletions

View File

@@ -14,7 +14,6 @@
</view>
</view>
</view>
<!-- :style="{height: winHeight - barHeight - loginHeight + 'px'}" -->
<view class="u-menu-wrap" >
<scroll-view scroll-y scroll-with-animation class="u-tab-view menu-scroll-view" :scroll-top="scrollTop" :scroll-into-view="itemId">
<view v-for="(item,index) in jobList" :key="index" class="u-tab-item"
@@ -48,7 +47,6 @@
return {
kw: "", //搜索关键
user: uni.getStorageSync("CAuserInfo").user,
barHeight: wx.getWindowInfo().statusBarHeight,
winHeight: wx.getWindowInfo().windowHeight,
jobDataList: [],
jobList,