Merge branch 'main' of http://124.243.245.42:3000/sdz/ks-app-employment-service
This commit is contained in:
@@ -47,7 +47,6 @@
|
|||||||
return {
|
return {
|
||||||
kw: "", //搜索关键
|
kw: "", //搜索关键
|
||||||
user: uni.getStorageSync("CAuserInfo").user,
|
user: uni.getStorageSync("CAuserInfo").user,
|
||||||
winHeight: wx.getWindowInfo().windowHeight,
|
|
||||||
jobDataList: [],
|
jobDataList: [],
|
||||||
jobList,
|
jobList,
|
||||||
scrollTop: 0, //tab标题的滚动条位置
|
scrollTop: 0, //tab标题的滚动条位置
|
||||||
|
|||||||
@@ -8,10 +8,10 @@
|
|||||||
<text class="icon icon-101"></text>
|
<text class="icon icon-101"></text>
|
||||||
<text class="title">职业测评</text>
|
<text class="title">职业测评</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item" @click="navDetail(2)">
|
<!-- <view class="item" @click="navDetail(2)">
|
||||||
<text class="icon icon-102"></text>
|
<text class="icon icon-102"></text>
|
||||||
<text class="title">测评报告</text>
|
<text class="title">测评报告</text>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="head-title">探索中心</view>
|
<view class="head-title">探索中心</view>
|
||||||
<view class="nav-block">
|
<view class="nav-block">
|
||||||
@@ -68,8 +68,7 @@
|
|||||||
// 演示入
|
// 演示入
|
||||||
navDetail(index){
|
navDetail(index){
|
||||||
switch (index){
|
switch (index){
|
||||||
case 1:
|
case 1: {
|
||||||
case 2: {
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/packageCa/pagesTest/testList"
|
url: "/packageCa/pagesTest/testList"
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user