flat:修改提示,修改邀请

This commit is contained in:
Apcallover
2024-05-08 10:26:24 +08:00
parent 1303780cc0
commit 791b60ba28
4 changed files with 26 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
</view>
</block>
</view>
<empty v-else content="暂无问卷" mrTop="300"></empty>
<empty v-else content="暂无数据" mrTop="300"></empty>
</view>
</template>

View File

@@ -13,7 +13,7 @@
</view>
</block>
</view>
<empty v-else content="暂无问卷" mrTop="300"></empty>
<empty v-else content="暂无数据" mrTop="300"></empty>
</view>
</template>

View File

@@ -228,7 +228,7 @@
</view>
<view v-if="policyContentList.length<=0">
<image src="../../static/img/pic_notask.svg" class="nothing" mode=""></image>
<view class="nothing_text">暂无信息</view>
<view class="nothing_text">暂无数据</view>
<view class="baddd"></view>
</view>
</view>

View File

@@ -22,6 +22,9 @@
<!-- <view class="fee">
{{info.wage}}{{wageUnit[info.wageUnitCategory]}}
</view> -->
<view class="position_right" v-if="info.reviewState === 1"
@click="navTo(`/pages/projectInfo/sub/inviteList?jobType=${info.jobType}&id=${info.id}&createUserId=${info.createUserId}`)">
邀请用户</view>
</view>
<view class="head">
<view class="proname proneed">
@@ -659,4 +662,24 @@
word-break: break-all;
white-space: pre-line;
}
.head {
position: relative;
.position_right {
position: absolute;
right: 24rpx;
top: 30rpx;
color: #FFFFFF;
font-size: 24rpx;
background-color: #1B66FF;
border-radius: 12rpx;
padding: 10rpx 20rpx;
}
.position_right:active {
background-color: #e8e8e8;
color: #333333;
}
}
</style>