From 3be68ab3a679bb2629ee1a5c9303355d7b073db5 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Wed, 17 Sep 2025 16:32:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/detail/job.vue | 92 +++++++++++++++++++++++------------------------------ 1 file changed, 39 insertions(+), 53 deletions(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index 54dba2e..f55e2c6 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -14,7 +14,7 @@ {{ userinfo.agencyId == jobDetail.agencyId ? "项目方" : "发单号" }} - {{ userinfo.agencyId == jobDetail.agencyId ? jobDetail.upFullName || jobDetail.upAgencyName || "-" : jobDetail.fullName || jobDetail.agencyName }} + {{ userinfo.agencyId == jobDetail.agencyId ? jobDetail.upFullName || jobDetail.upAgencyName || jobDetail.upProviderName || "-" : jobDetail.fullName || jobDetail.agencyName }} @@ -91,33 +91,20 @@ - - - - - - + + + + + @@ -1258,14 +1245,14 @@ export default { } }, fullScreen(e) { - console.log(e); - this.muted = true; - this.isFullscreen = e.detail.fullScreen; // 更新全屏状态 - - if (!e.detail.fullScreen) { - this.videoContext.stop(); - } - }, + console.log(e); + this.muted = true; + this.isFullscreen = e.detail.fullScreen; // 更新全屏状态 + + if (!e.detail.fullScreen) { + this.videoContext.stop(); + } + }, shareVideo(e) { var that = this; console.log(e); @@ -1430,7 +1417,7 @@ export default { monthPay: that.jobDetail.monthPay, jobId: that.uid, }, - } + }; uni.setStorageSync("im_sendParams", JSON.stringify(sendParams)); uni.navigateTo({ url: "/root/NEUIKit/pages/Chat/index", @@ -1629,49 +1616,49 @@ export default { .u-swiper__wrapper__item { margin-right: 10px; } - + image { border-radius: 4px !important; } - + .banner-scroll { width: 100%; white-space: nowrap; - + .scroll-content { display: inline-block; white-space: nowrap; - + .scroll-item { display: inline-block; width: 58px; height: 58px; margin-right: 12px; vertical-align: top; - + &:last-child { margin-right: 0; } - + .videoContainer { position: relative; background-color: #000; // 黑色背景 - + .theVideo { width: 100%; height: 100%; - + // 小图时隐藏控制栏 ::v-deep .uni-video-controls { display: none !important; } - + // 全屏时显示控制栏 ::v-deep .uni-video-fullscreen-controls { display: block !important; } } - + // 小图时只显示居中的播放按钮 ::v-deep .uni-video-cover-play-button { display: block !important; @@ -1683,21 +1670,21 @@ export default { } } } - + // .swiper { - + // // 为最后一个视频项目添加特殊处理 // swiper-item:last-child { // .videoContainer { // // 确保视频容器不会被裁剪 // overflow: visible !important; - + // .theVideo { // // 确保视频元素能够完整显示 // width: 100%; // height: 100%; // } - + // .shareVideo { // // 调整分享按钮位置,确保不会遮挡视频 // right: 10px; @@ -1707,8 +1694,7 @@ export default { // } // } } - - + .m-state { position: fixed; left: 0;