身份选择
This commit is contained in:
@@ -207,6 +207,14 @@
|
|||||||
"colorType": "none"
|
"colorType": "none"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path" : "pages/recruit/recruit",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : "我要招工",
|
||||||
|
"enablePullDownRefresh" : false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"subPackages": [{
|
"subPackages": [{
|
||||||
|
|||||||
@@ -158,7 +158,7 @@
|
|||||||
<view class="font24" style="margin-top: 22rpx !important;">在线咨询</view>
|
<view class="font24" style="margin-top: 22rpx !important;">在线咨询</view>
|
||||||
</view>
|
</view>
|
||||||
</button> -->
|
</button> -->
|
||||||
<view class="helpCardItem" style="border-right: 1px solid #F5F6F7;" @click="">
|
<view class="helpCardItem" style="border-right: 1px solid #F5F6F7;" @click="navTo('/pages/recruit/recruit')">
|
||||||
<view class="cardItemIcon">
|
<view class="cardItemIcon">
|
||||||
<image src="../../static/img/index/consult.png" mode=""></image>
|
<image src="../../static/img/index/consult.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
29
pages/recruit/recruit.vue
Normal file
29
pages/recruit/recruit.vue
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
<template>
|
||||||
|
<view style="padding: 60rpx;">
|
||||||
|
<view style="font-size: 46rpx;color: #000;">请选择</view>
|
||||||
|
<view style="font-size: 28rpx;color: #999;margin-top: 10rpx;">您是个人招工还是企业招工</view>
|
||||||
|
<view style="width: 100%;height: 300rpx;border-radius: 20rpx;background-color: #f3f4f8;margin: 40rpx auto;position: relative;">
|
||||||
|
<view style="color: #fff;font-size: 26rpx;position: absolute;width: 180rpx;height: 60rpx;border-radius: 30rpx;background-color: #45D4B6;text-align: center;line-height: 60rpx;right: 20rpx;top: 50%;margin-top: -30rpx;">个人招工</view>
|
||||||
|
</view>
|
||||||
|
<view style="width: 100%;height: 300rpx;border-radius: 20rpx;background-color: #f3f4f8;margin: 40rpx auto;position: relative;">
|
||||||
|
<view style="color: #fff;font-size: 26rpx;position: absolute;width: 180rpx;height: 60rpx;border-radius: 30rpx;background-color: #4171F9;text-align: center;line-height: 60rpx;right: 20rpx;top: 50%;margin-top: -30rpx;">企业招工</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user