审核驳回操作

This commit is contained in:
2023-07-20 17:58:02 +08:00
parent 1b718cd28e
commit bcf9fee131
5 changed files with 54 additions and 2 deletions

View File

@@ -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>

View File

@@ -936,3 +936,26 @@
.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;
}

View File

@@ -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>

View File

@@ -352,3 +352,23 @@ page {
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;
}

View File

@@ -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