Commit 46e38c24 authored by shilei's avatar shilei

Merge branch 'dev' into 'master'

1221

See merge request !1
parents cd86ad85 2019eb50
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<div class="main-width"> <div class="main-width">
<div class="flex"> <div class="flex">
<div class="mt-[159px] font-yahei font-bold text-white"> <div class="mt-[159px] font-yahei font-bold text-white">
<div class="main-title h-[86px] w-[638px] text-[58px] whitespace-nowrap"> <div class="main-title h-[86px] w-[638px] whitespace-nowrap text-[58px]">
立业{{ developName }}丨共赢发展未来 立业{{ developName }}丨共赢发展未来
</div> </div>
<div class="sub-title mt-[13px] h-[37px] w-[637px] whitespace-nowrap text-[28px]"> <div class="sub-title mt-[13px] h-[37px] w-[637px] whitespace-nowrap text-[28px]">
...@@ -247,7 +247,8 @@ const handleShowDesc = () => { ...@@ -247,7 +247,8 @@ const handleShowDesc = () => {
} }
.star-detail { .star-detail {
.star-bg { .star-bg {
background: url('https://cfld-obs-pro01.obs.cn-north-4.myhuaweicloud.com/img/system/%E8%88%92%E5%9F%8E%E5%A4%B4%E5%9B%BE.png?x-image-process=image/quality,q_80') no-repeat; background: url('https://cfld-obs-pro01.obs.cn-north-4.myhuaweicloud.com/img/system/%E8%88%92%E5%9F%8E%E5%A4%B4%E5%9B%BE.png?x-image-process=image/quality,q_80')
no-repeat;
background-size: cover; background-size: cover;
background-position-y: -100px; background-position-y: -100px;
} }
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
></CommonVideo> ></CommonVideo>
<CommonImage <CommonImage
v-else v-else
class="h-full w-full" class="h-[288px] w-[492px]"
:src="item.videourl" :src="item.videourl"
:type="DetailType.develop" :type="DetailType.develop"
></CommonImage> ></CommonImage>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
v-if="detail.price?.toString().length" v-if="detail.price?.toString().length"
class="absolute bottom-[8px] right-0 text-[20px] font-semibold text-[#C0322B]" class="absolute bottom-[8px] right-0 text-[20px] font-semibold text-[#C0322B]"
> >
{{ detail.price }}元/亩 {{ detail.price }}元/亩
</div> </div>
</div> </div>
</div> </div>
......
This diff is collapsed.
...@@ -102,7 +102,7 @@ const props = defineProps<{ ...@@ -102,7 +102,7 @@ const props = defineProps<{
containerClass?: string; containerClass?: string;
}>(); }>();
const infoList = ref<any[]>([]); const infoList = ref<any[]>([]);
const { VITE_BASE_USER_URL } = import.meta.env; const { VITE_BASE_USER_URL } = import.meta.env;
(window as any)._AMapSecurityConfig = { (window as any)._AMapSecurityConfig = {
serviceHost: `${VITE_BASE_USER_URL}/_AMapService`, serviceHost: `${VITE_BASE_USER_URL}/_AMapService`,
}; };
......
...@@ -62,19 +62,19 @@ export function useJoinRequired<T extends JoinRequiredParams>( ...@@ -62,19 +62,19 @@ export function useJoinRequired<T extends JoinRequiredParams>(
{ {
name: '亩均年产值', name: '亩均年产值',
value: averageOutputValue, value: averageOutputValue,
unit: '万/亩', unit: '万/亩',
}, },
], ],
[ [
{ {
name: '亩均投资强度', name: '亩均投资强度',
value: investmentStrength, value: investmentStrength,
unit: '万/亩', unit: '万/亩',
}, },
{ {
name: '亩均税收', name: '亩均税收',
value: taxationStrength, value: taxationStrength,
unit: '万/亩', unit: '万/亩',
}, },
], ],
[ [
......
...@@ -44,6 +44,12 @@ const ChangePassword = () => import('@/views/user/ChangePassword.vue'); ...@@ -44,6 +44,12 @@ const ChangePassword = () => import('@/views/user/ChangePassword.vue');
const MyDevelopDetail = () => import('@/views/user/MyDevelopDetail.vue'); const MyDevelopDetail = () => import('@/views/user/MyDevelopDetail.vue');
/** 我的园区-产业园详情 */ /** 我的园区-产业园详情 */
const MyIndustrialDetail = () => import('@/views/user/MyIndustrialDetail.vue'); const MyIndustrialDetail = () => import('@/views/user/MyIndustrialDetail.vue');
/** 立业云用户协议 */
const UserAgreement = () => import('@/views/agreement/UserAgreement.vue');
/** 个人信息保护政策 */
const UserInfoPolicy = () => import('@/views/agreement/UserInfoPolicy.vue');
/** 第三方使用信息协议 */
const ThirdAgreement = () => import('@/views/agreement/ThirdAgreement.vue');
export const enum RouteName { export const enum RouteName {
home = 'home', home = 'home',
...@@ -89,6 +95,12 @@ export const enum RouteName { ...@@ -89,6 +95,12 @@ export const enum RouteName {
myDevelopDetail = 'user-center/my-develop-detail', myDevelopDetail = 'user-center/my-develop-detail',
/** 我的园区-产业园详情 */ /** 我的园区-产业园详情 */
myIndustrialDetail = 'user-center/my-industrial-detail', myIndustrialDetail = 'user-center/my-industrial-detail',
/** 立业云用户协议 */
userAgreement = 'user-agreement',
/** 个人信息保护政策 */
userInfoPolicy = 'user-info-policy',
/** 第三方使用信息协议 */
thirdAgreement = 'third-agreement',
} }
function gen(name: RouteName) { function gen(name: RouteName) {
...@@ -278,6 +290,21 @@ const routes: readonly RouteRecordRaw[] = [ ...@@ -278,6 +290,21 @@ const routes: readonly RouteRecordRaw[] = [
}, },
], ],
}, },
{
// 立业云用户协议
...gen(RouteName.userAgreement),
component: UserInfoPolicy,
},
{
// 个人信息保护政策
...gen(RouteName.userInfoPolicy),
component: UserAgreement,
},
{
// 第三方使用信息协议
...gen(RouteName.thirdAgreement),
component: ThirdAgreement,
},
{ {
path: '/:pathMatch(.*)*', path: '/:pathMatch(.*)*',
redirect: '/', redirect: '/',
......
<!-- 第三方使用信息协议 -->
<template>
<div class="main-width mx-auto">
<p style="text-align: center"><strong>第三方使用信息协议</strong></p>
<p>同意华夏数科按照本政策的约定,将用户信息提供给第三方</p>
</div>
</template>
This diff is collapsed.
This diff is collapsed.
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<DetailInfoCell :infos="joinRequired" title="入驻要求"> <DetailInfoCell :infos="joinRequired" title="入驻要求">
<DetailInfo :infos="joinRequired"></DetailInfo> <DetailInfo :infos="joinRequired"></DetailInfo>
</DetailInfoCell> </DetailInfoCell>
<DetailInfoCell title="周边配套" title-center v-if="detail.carrierParkVo.latitude"> <DetailInfoCell v-if="detail.carrierParkVo.latitude" title="周边配套" title-center>
<MapView <MapView
:lat="detail.carrierParkVo.latitude" :lat="detail.carrierParkVo.latitude"
:lng="detail.carrierParkVo.longitude" :lng="detail.carrierParkVo.longitude"
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<div class="mr-[62px] flex items-center"> <div class="mr-[62px] flex items-center">
<img src="@/assets/images/icon-volume.png" class="h-4 w-4" alt="" /> <img src="@/assets/images/icon-volume.png" class="h-4 w-4" alt="" />
<div class="relative h-5 w-[180px] overflow-hidden"> <div class="relative h-5 w-[180px] overflow-hidden">
<ul ref="marquee" class="ml-2 h-5 w-[200px] overflow-y-scroll text-sm text-white"> <ul ref="marquee" class="ml-2 h-5 w-[200px] overflow-hidden text-sm text-white">
<li class="name">园区数量 {{ homePageData?.parkInfoCount }}</li> <li class="name">园区数量 {{ homePageData?.parkInfoCount }}</li>
<li class="name">服务企业 {{ homePageData?.enterpriseCount }}</li> <li class="name">服务企业 {{ homePageData?.enterpriseCount }}</li>
</ul> </ul>
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
<div v-if="homePageData?.noticeList.length" class="flex items-center"> <div v-if="homePageData?.noticeList.length" class="flex items-center">
<img src="@/assets/images/icon-volume.png" class="h-4 w-4" alt="" /> <img src="@/assets/images/icon-volume.png" class="h-4 w-4" alt="" />
<div style="width: calc(850px - 17px)" class="relative h-5 overflow-hidden text-sm"> <div style="width: calc(850px - 17px)" class="relative h-5 overflow-hidden text-sm">
<ul ref="marquee2" class="ml-2 h-5 w-[850px] overflow-y-scroll text-sm text-white"> <ul ref="marquee2" class="ml-2 h-5 w-[850px] overflow-hidden text-sm text-white">
<li v-for="item in homePageData.noticeList" :key="item.name" class="name"> <li v-for="item in homePageData.noticeList" :key="item.name" class="name">
<p class="w-180 ell"> <p class="w-180 ell">
{{ item.name }} {{ item.name }}
...@@ -652,6 +652,7 @@ watchEffect(async () => { ...@@ -652,6 +652,7 @@ watchEffect(async () => {
border-radius: 4px; border-radius: 4px;
} }
.home-media { .home-media {
height: 355px;
.text-xl { .text-xl {
font-size: 18px; font-size: 18px;
width: 180px; width: 180px;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
investmentDetails: industryDirection, investmentDetails: industryDirection,
}" }"
> >
<DetailMainInfo :value="detail.price" unit="万/亩" name="土地价格"></DetailMainInfo> <DetailMainInfo :value="detail.price" unit="万/亩" name="土地价格"></DetailMainInfo>
<DetailMainInfo :value="detail.type" name="土地类型"></DetailMainInfo> <DetailMainInfo :value="detail.type" name="土地类型"></DetailMainInfo>
<DetailMainInfo <DetailMainInfo
:value="formatNumber(detail.area)" :value="formatNumber(detail.area)"
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<DetailInfoCell :infos="joinRequired" title="入驻要求"> <DetailInfoCell :infos="joinRequired" title="入驻要求">
<DetailInfo :infos="joinRequired"></DetailInfo> <DetailInfo :infos="joinRequired"></DetailInfo>
</DetailInfoCell> </DetailInfoCell>
<DetailInfoCell title="周边配套" title-center v-if="detail.development.latitude"> <DetailInfoCell v-if="detail.development.latitude" title="周边配套" title-center>
<MapView :lat="detail.development.latitude" :lng="detail.development.longitude"></MapView> <MapView :lat="detail.development.latitude" :lng="detail.development.longitude"></MapView>
</DetailInfoCell> </DetailInfoCell>
<DetailInfoCell class="!mt-10" title-center title="所属开发区"> <DetailInfoCell class="!mt-10" title-center title="所属开发区">
......
...@@ -252,19 +252,19 @@ const joinRequired = computed(() => { ...@@ -252,19 +252,19 @@ const joinRequired = computed(() => {
{ {
name: '亩均投资额', name: '亩均投资额',
value: investmentStrength, value: investmentStrength,
unit: '万/亩', unit: '万/亩',
}, },
], ],
[ [
{ {
name: '亩均税收', name: '亩均税收',
value: taxationStrength, value: taxationStrength,
unit: '万/亩', unit: '万/亩',
}, },
{ {
name: '亩均年产值', name: '亩均年产值',
value: averageOutputValue, value: averageOutputValue,
unit: '万/亩', unit: '万/亩',
}, },
], ],
[ [
......
...@@ -277,19 +277,19 @@ const joinRequired = computed(() => { ...@@ -277,19 +277,19 @@ const joinRequired = computed(() => {
{ {
name: '亩均投资额', name: '亩均投资额',
value: investmentStrength, value: investmentStrength,
unit: '万/亩', unit: '万/亩',
}, },
], ],
[ [
{ {
name: '亩均税收', name: '亩均税收',
value: taxationStrength, value: taxationStrength,
unit: '万/亩', unit: '万/亩',
}, },
{ {
name: '亩均年产值', name: '亩均年产值',
value: averageOutputValue, value: averageOutputValue,
unit: '万/亩', unit: '万/亩',
}, },
], ],
[ [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment