审核驳回操作
This commit is contained in:
@@ -72,10 +72,15 @@
|
|||||||
<view class="recruit-btn-text">暂无邀请人,无法申请体验</view>
|
<view class="recruit-btn-text">暂无邀请人,无法申请体验</view>
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<view class="reject-tips" bindtap="rejectGo" wx:if="{{recruitData.can.status == 3}}">查看驳回原因</view>
|
<view class="reject-tips" bindtap="rejectGo" wx:if="{{recruitData.can.status == 3}}">查看驳回原因></view>
|
||||||
<!-- <image src="/static/icons/rejectIcon.png" mode="widthFix"></image> -->
|
<!-- <image src="/static/icons/rejectIcon.png" mode="widthFix"></image> -->
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<view class="referto-tips">
|
||||||
|
<view class="referto-tips-name"><image src="https://cdn.shuiganying.com/images/2023/07/20/d0a4bd7fb4f923d4d1de8e868736dfa3.png" mode="widthFix"></image>温馨提示:</view>
|
||||||
|
<view>大运会期间云南、贵州、四川、重庆和拉萨暂时不能快递压力喷雾商品,请您耐心等待</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
<!-- 底部 -->
|
<!-- 底部 -->
|
||||||
<view class="recruit-bottom">
|
<view class="recruit-bottom">
|
||||||
<image class="recruit-bottom-img" src="https://cdn.shuiganying.com/images/2023/07/07/99bbdab2c12d05bb267fb43886f6a5b6.png" mode="widthFix"></image>
|
<image class="recruit-bottom-img" src="https://cdn.shuiganying.com/images/2023/07/07/99bbdab2c12d05bb267fb43886f6a5b6.png" mode="widthFix"></image>
|
||||||
|
|||||||
@@ -935,4 +935,27 @@
|
|||||||
|
|
||||||
.floating-img {
|
.floating-img {
|
||||||
width: 40rpx;
|
width: 40rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.referto-tips-name {
|
||||||
|
font-weight: 600;
|
||||||
|
margin-bottom: 10rpx;
|
||||||
|
line-height: 44rpx;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.referto-tips-name image {
|
||||||
|
width: 30rpx;
|
||||||
|
margin: 8rpx 10rpx 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.referto-tips {
|
||||||
|
padding: 20rpx 40rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
font-size: 28rpx;
|
||||||
|
line-height: 40rpx;
|
||||||
|
text-align: justify;
|
||||||
|
margin-bottom: 40rpx;
|
||||||
|
color: #db0000;
|
||||||
}
|
}
|
||||||
@@ -9,6 +9,10 @@
|
|||||||
<view class="referto-title-name"><text>活动报名</text></view>
|
<view class="referto-title-name"><text>活动报名</text></view>
|
||||||
<view class="referto-title-tips">activity</view>
|
<view class="referto-title-tips">activity</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="referto-tips">
|
||||||
|
<view class="referto-tips-name"><image src="https://cdn.shuiganying.com/images/2023/07/20/d0a4bd7fb4f923d4d1de8e868736dfa3.png" mode="widthFix"></image>温馨提示:</view>
|
||||||
|
<view>大运会期间云南、贵州、四川、重庆和拉萨暂时不能快递压力喷雾商品,请您耐心等待</view>
|
||||||
|
</view>
|
||||||
<form bindsubmit="siteform" class="site-form">
|
<form bindsubmit="siteform" class="site-form">
|
||||||
<view class="picker-remark">
|
<view class="picker-remark">
|
||||||
<label>体验类型</label>
|
<label>体验类型</label>
|
||||||
|
|||||||
@@ -351,4 +351,24 @@ page {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 80rpx;
|
border-radius: 80rpx;
|
||||||
line-height: 74rpx;
|
line-height: 74rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.referto-tips-name {
|
||||||
|
font-weight: 600;
|
||||||
|
margin-bottom: 10rpx;
|
||||||
|
line-height: 44rpx;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.referto-tips-name image {
|
||||||
|
width: 30rpx;
|
||||||
|
margin: 8rpx 10rpx 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.referto-tips {
|
||||||
|
font-size: 28rpx;
|
||||||
|
line-height: 40rpx;
|
||||||
|
text-align: justify;
|
||||||
|
margin-bottom: 40rpx;
|
||||||
|
color: #db0000;
|
||||||
}
|
}
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"pathName": "pages/recruit/index",
|
"pathName": "pages/recruit/refertoEdit/refertoEdit",
|
||||||
"query": "",
|
"query": "",
|
||||||
"launchMode": "default",
|
"launchMode": "default",
|
||||||
"scene": null
|
"scene": null
|
||||||
|
|||||||
Reference in New Issue
Block a user