|
@@ -3,13 +3,13 @@
|
|
|
<view class="solids-bottom margin-bottom-sm">
|
|
|
<view class="bg-white padding">
|
|
|
<view class="cu-steps">
|
|
|
- <view class="cu-item" :class="0>stepsnum?'':'text-blue'">
|
|
|
+ <view class="cu-item" :class="0>stepsnum?'':'text-red'">
|
|
|
<text class="num" data-index="1"></text> 基本信息
|
|
|
</view>
|
|
|
- <view class="cu-item" :class="1>stepsnum?'':'text-blue'">
|
|
|
+ <view class="cu-item" :class="1>stepsnum?'':'text-red'">
|
|
|
<text class="num" data-index="2"></text> 详细信息
|
|
|
</view>
|
|
|
- <view class="cu-item" :class="2>stepsnum?'':'text-blue'">
|
|
|
+ <view class="cu-item" :class="2>stepsnum?'':'text-red'">
|
|
|
<text class="num" data-index="3"></text> 提交成功
|
|
|
</view>
|
|
|
</view>
|
|
@@ -39,8 +39,8 @@
|
|
|
<view class="title"> <text class="text-red text-bold padding-right-xs">*</text> 类型</view>
|
|
|
<radio-group class="block" @change="typeChange">
|
|
|
<view class="flex justify-start">
|
|
|
- <label class="flex align-center"> <radio class='blue' :class="demandinfo.type==1?'checked':''" :checked="demandinfo.type==1?true:false" value="1"></radio> <text> 代招</text></label>
|
|
|
- <label class="flex align-center"> <radio class='blue' :class="demandinfo.type==2?'checked':''" :checked="demandinfo.type==2?true:false" value="2"></radio> <text> 劳务派遣</text></label>
|
|
|
+ <label class="flex align-center"> <radio class='red' :class="demandinfo.type==1?'checked':''" :checked="demandinfo.type==1?true:false" value="1"></radio> <text> 代招</text></label>
|
|
|
+ <label class="flex align-center"> <radio class='red' :class="demandinfo.type==2?'checked':''" :checked="demandinfo.type==2?true:false" value="2"></radio> <text> 劳务派遣</text></label>
|
|
|
</view>
|
|
|
</radio-group>
|
|
|
</view>
|
|
@@ -114,7 +114,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="padding flex flex-direction bg-white">
|
|
|
- <button class="cu-btn bg-blue margin-tb-sm lg" @tap="stepsNum(1)">下一步</button>
|
|
|
+ <button class="cu-btn bg-themeBtn margin-tb-sm lg" @tap="stepsNum(1)">下一步</button>
|
|
|
<view class="padding"></view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -124,11 +124,11 @@
|
|
|
<view class="title"> <text class="text-red text-bold padding-right-xs">*</text> 薪资类型</view>
|
|
|
<radio-group class="block" @change="wtypeChange">
|
|
|
<view class="flex justify-start">
|
|
|
- <label class="flex align-center"> <radio class='blue' :class="demandinfo.wtype==1?'checked':''" :checked="demandinfo.wtype==1?true:false" value="1"></radio> <text> 按月</text></label>
|
|
|
- <label class="flex align-center"> <radio class='blue' :class="demandinfo.wtype==2?'checked':''" :checked="demandinfo.wtype==2?true:false" value="2"></radio> <text> 按时</text></label>
|
|
|
- <label class="flex align-center"> <radio class='blue' :class="demandinfo.wtype==3?'checked':''" :checked="demandinfo.wtype==3?true:false" value="3"></radio> <text> 按件</text></label>
|
|
|
- <label class="flex align-center"> <radio class='blue' :class="demandinfo.wtype==4?'checked':''" :checked="demandinfo.wtype==4?true:false" value="4"></radio> <text> 按项目</text></label>
|
|
|
- <label class="flex align-center"> <radio class='blue' :class="demandinfo.wtype==5?'checked':''" :checked="demandinfo.wtype==5?true:false" value="5"></radio> <text> 其他</text></label>
|
|
|
+ <label class="flex align-center"> <radio class='red' :class="demandinfo.wtype==1?'checked':''" :checked="demandinfo.wtype==1?true:false" value="1"></radio> <text> 按月</text></label>
|
|
|
+ <label class="flex align-center"> <radio class='red' :class="demandinfo.wtype==2?'checked':''" :checked="demandinfo.wtype==2?true:false" value="2"></radio> <text> 按时</text></label>
|
|
|
+ <label class="flex align-center"> <radio class='red' :class="demandinfo.wtype==3?'checked':''" :checked="demandinfo.wtype==3?true:false" value="3"></radio> <text> 按件</text></label>
|
|
|
+ <label class="flex align-center"> <radio class='red' :class="demandinfo.wtype==4?'checked':''" :checked="demandinfo.wtype==4?true:false" value="4"></radio> <text> 按项目</text></label>
|
|
|
+ <label class="flex align-center"> <radio class='red' :class="demandinfo.wtype==5?'checked':''" :checked="demandinfo.wtype==5?true:false" value="5"></radio> <text> 其他</text></label>
|
|
|
</view>
|
|
|
</radio-group>
|
|
|
</view>
|
|
@@ -146,10 +146,10 @@
|
|
|
<view class="title"> <text class="text-red text-bold padding-right-xs">*</text> 返利类型</view>
|
|
|
<radio-group class="block" @change="ftypeChange">
|
|
|
<view class="flex justify-start">
|
|
|
- <label class="flex align-center"> <radio class='blue' :class="demandinfo.ftype==1?'checked':''" :checked="demandinfo.ftype==1?true:false" value="1"></radio> <text> 一次性</text></label>
|
|
|
- <label class="flex align-center"> <radio class='blue' :class="demandinfo.ftype==2?'checked':''" :checked="demandinfo.ftype==2?true:false" value="2"></radio> <text> 小时工</text></label>
|
|
|
- <label class="flex align-center"> <radio class='blue' :class="demandinfo.ftype==3?'checked':''" :checked="demandinfo.ftype==3?true:false" value="3"></radio> <text> 管理费</text></label>
|
|
|
- <label class="flex align-center"> <radio class='blue' :class="demandinfo.ftype==4?'checked':''" :checked="demandinfo.ftype==4?true:false" value="4"></radio> <text> 其他</text></label>
|
|
|
+ <label class="flex align-center"> <radio class='red' :class="demandinfo.ftype==1?'checked':''" :checked="demandinfo.ftype==1?true:false" value="1"></radio> <text> 一次性</text></label>
|
|
|
+ <label class="flex align-center"> <radio class='red' :class="demandinfo.ftype==2?'checked':''" :checked="demandinfo.ftype==2?true:false" value="2"></radio> <text> 小时工</text></label>
|
|
|
+ <label class="flex align-center"> <radio class='red' :class="demandinfo.ftype==3?'checked':''" :checked="demandinfo.ftype==3?true:false" value="3"></radio> <text> 管理费</text></label>
|
|
|
+ <label class="flex align-center"> <radio class='red' :class="demandinfo.ftype==4?'checked':''" :checked="demandinfo.ftype==4?true:false" value="4"></radio> <text> 其他</text></label>
|
|
|
</view>
|
|
|
</radio-group>
|
|
|
</view>
|
|
@@ -169,7 +169,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="padding flex flex-direction bg-white">
|
|
|
- <button class="cu-btn bg-blue margin-tb-sm lg" @tap="editDemand">立即提交</button>
|
|
|
+ <button class="cu-btn bg-themeBtn margin-tb-sm lg" @tap="editDemand">立即提交</button>
|
|
|
<button class="cu-btn lg" @tap="stepsNum(0)">返回上一步</button>
|
|
|
<view class="padding"></view>
|
|
|
</view>
|
|
@@ -186,7 +186,7 @@
|
|
|
<text class="text-black text-bold">招聘订单信息提交成功,请耐心等待审核!</text>
|
|
|
</view>
|
|
|
<view class="flex flex-direction padding-tb">
|
|
|
- <navigator class="cu-btn bg-blue margin-tb-sm lg" open-type="redirect" url="/pages/demand/wdemandlist?status=1">我发布的订单</navigator>
|
|
|
+ <navigator class="cu-btn bg-themeBtn margin-tb-sm lg" open-type="redirect" url="/pages/demand/wdemandlist?status=1">我发布的订单</navigator>
|
|
|
<navigator class="cu-btn lg" open-type="redirect" url="/pages/demand/demandform">继续发布</navigator>
|
|
|
</view>
|
|
|
</view>
|