This commit is contained in:
2025-08-07 17:17:29 +08:00
parent c0aab3d94c
commit b5f72a98b7
2 changed files with 14 additions and 7 deletions

View File

@@ -56,7 +56,7 @@
>
<view
class="detail_top_left"
:style="`${page ? 'width:100%;padding-bottom:0' : ''}`"
:style="`${page ? 'padding-bottom:0' : ''}`"
>
<view class="detail_top_item">
<view class="detail_top_item_name">
@@ -87,6 +87,12 @@
v-if="statusId == 3 && !page && !isEvaluate"
src="../../static/icon/jiancezhong.png"
></image>
<image
class="image_box"
style="width: 160rpx"
v-if="statusId == 6 && page=='talents' && !isEvaluate"
src="../../static/icon/jingpinganli.png"
></image>
<!-- <image
class="image_box"
v-if="(statusId == 5) && !page && !isEvaluate"