This commit is contained in:
lnn19986213 2022-08-01 09:57:00 +08:00
parent 795bc12178
commit 4efecdade6
8 changed files with 15 additions and 11 deletions

View File

@ -28,7 +28,7 @@
<image src="../../static/orderDetail.png" mode="widthFix" <image src="../../static/orderDetail.png" mode="widthFix"
class="work_desc_img"></image> class="work_desc_img"></image>
</view> </view>
<view class="file_box" v-for="(item,index) in flieList" :key="index" @click="downLoad(index)"> <!-- <view class="file_box" v-for="(item,index) in flieList" :key="index" @click="downLoad(index)">
<view class="file_box_left"> <view class="file_box_left">
<image :src="item.image" <image :src="item.image"
class="file_box_left_img"></image> class="file_box_left_img"></image>
@ -41,7 +41,7 @@
{{item.big}} {{item.big}}
</view> </view>
</view> </view>
</view> </view> -->
</view> </view>
</template> </template>

View File

@ -12,7 +12,13 @@
</view> </view>
<view class="user_name"> <view class="user_name">
<view class="user_name_de"> <view class="user_name_de">
{{userName}}<text class="sf_text">({{yhsf}})</text> {{userName}}
<view class="sf_text">
<image src="../../static/sfFws.png" v-if="yhsf == '服务商'"></image>
<image src="../../static/sfRc.png" v-if="yhsf == '文艺人才'"></image>
<image src="../../static/sfHy.png" v-if="yhsf == '协会会员'"></image>
<image src="../../static/sfZyz.png" v-if="yhsf == '文艺志愿者'"></image>
</view>
</view> </view>
</view> </view>
<view class="arrow"> <view class="arrow">
@ -290,7 +296,7 @@
} }
.top { .top {
height: 192px; height: 280rpx;
border: 1px solid transparent; border: 1px solid transparent;
position: relative; position: relative;
@ -312,12 +318,10 @@
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 50%; border-radius: 50%;
overflow: hidden; overflow: hidden;
} }
.user_name { .user_name {
flex-grow: 1; flex-grow: 1;
margin-left: 12px; margin-left: 12px;
.user_name_de { .user_name_de {
@ -325,7 +329,8 @@
font-size: 40rpx; font-size: 40rpx;
font-weight: 600; font-weight: 600;
.sf_text { .sf_text {
font-size: 32rpx; width: 180rpx;
height: 56rpx;
} }
} }

View File

@ -45,13 +45,13 @@
</view> </view>
</view> </view>
<view class="line"></view> <view class="line"></view>
<view class="form"> <view class="form" :style="{marginBottom:isCheck==0?'100rpx':'20rpx'}">
<view class="formList"> <view class="formList">
<view class="left">类型</view> <view class="left">类型</view>
<view class="right">{{data.typeName}}</view> <view class="right">{{data.typeName}}</view>
</view> </view>
<view class="formList"> <view class="formList">
<view class="left">可接单人才类型</view> <view class="left">可接单用户类型</view>
<view class="right">{{data.rclx}}</view> <view class="right">{{data.rclx}}</view>
</view> </view>
<view class="formList"> <view class="formList">
@ -78,7 +78,7 @@
</view> </view>
<view v-else-if="isCheck == 1"> <view v-else-if="isCheck == 1">
<view class="bao_title"> <view class="bao_title">
报名人员 接单用户
</view> </view>
<view class="per_line" v-for="(v,i) in userList" :key="i"> <view class="per_line" v-for="(v,i) in userList" :key="i">
<view class="oer_image"> <view class="oer_image">
@ -313,7 +313,6 @@
.form { .form {
padding: 32rpx 32rpx 24rpx; padding: 32rpx 32rpx 24rpx;
margin-bottom: 116rpx;
.formList { .formList {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;

BIN
src/static/sfBg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
src/static/sfFws.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

BIN
src/static/sfHy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
src/static/sfRc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

BIN
src/static/sfZyz.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB