|
@ -93,6 +93,9 @@ |
|
|
style="width: 20px; height: 20px" |
|
|
style="width: 20px; height: 20px" |
|
|
/>企业展示 |
|
|
/>企业展示 |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<!-- <div v-if="unitDetail.id=='1772542305774510081'"></div> |
|
|
|
|
|
<div v-else-if="unitDetail.id=='17725423057745100811'"></div> |
|
|
|
|
|
<div v-else class="imgBox-items imgBox-items-qy"> --> |
|
|
<div class="imgBox-items imgBox-items-qy"> |
|
|
<div class="imgBox-items imgBox-items-qy"> |
|
|
<div |
|
|
<div |
|
|
class="imgBox-items-item" |
|
|
class="imgBox-items-item" |
|
@ -143,6 +146,8 @@ export default { |
|
|
return { |
|
|
return { |
|
|
dialogTitle: '企业简介', |
|
|
dialogTitle: '企业简介', |
|
|
unitDetail: {}, |
|
|
unitDetail: {}, |
|
|
|
|
|
videoUrl: process.env.VUE_APP_VIDEO_URL + 'ruikesiwang.mp4', |
|
|
|
|
|
videoUrl1: process.env.VUE_APP_VIDEO_URL + 'shinongzhongmiao.mp4', |
|
|
types: { |
|
|
types: { |
|
|
1: '育种企业', |
|
|
1: '育种企业', |
|
|
2: '育苗企业', |
|
|
2: '育苗企业', |
|
@ -157,6 +162,12 @@ export default { |
|
|
components: {}, |
|
|
components: {}, |
|
|
watch: { |
|
|
watch: { |
|
|
qyjj (val) { |
|
|
qyjj (val) { |
|
|
|
|
|
if (process.env.NODE_ENV === 'development') { |
|
|
|
|
|
this.videoUrl = |
|
|
|
|
|
'https://yifengdian-smps.elinkservice.cn/yifengdian-front/video/ruikesiwang.mp4' |
|
|
|
|
|
this.videoUrl1 = |
|
|
|
|
|
'https://yifengdian-smps.elinkservice.cn/yifengdian-front/video/shinongzhongmiao.mp4' |
|
|
|
|
|
} |
|
|
if (val) { |
|
|
if (val) { |
|
|
seedCompanyDetail(this.gsxqId).then((res) => { |
|
|
seedCompanyDetail(this.gsxqId).then((res) => { |
|
|
this.unitDetail = { |
|
|
this.unitDetail = { |
|
@ -345,6 +356,21 @@ export default { |
|
|
flex-wrap: wrap; |
|
|
flex-wrap: wrap; |
|
|
padding: 12px; |
|
|
padding: 12px; |
|
|
gap: 6px; |
|
|
gap: 6px; |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
overflow-y: scroll; |
|
|
|
|
|
&::-webkit-scrollbar { |
|
|
|
|
|
width: 3px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&::-webkit-scrollbar-track { |
|
|
|
|
|
border-radius: 10px; |
|
|
|
|
|
background: rgba(12, 129, 254, 0.24); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&::-webkit-scrollbar-thumb { |
|
|
|
|
|
border-radius: 10px; |
|
|
|
|
|
background: linear-gradient(270deg, #0063fe, #0095ff); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.imgBox-items-item { |
|
|
.imgBox-items-item { |
|
|
height: 120px; |
|
|
height: 120px; |
|
|