From 0b0a35f9d78e0c03ccdd6ca94d9855787b208b59 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 18 七月 2025 14:33:11 +0800 Subject: [PATCH] fix: s --- src/Home/data.source.js | 31 +++++++++++++++++++++---------- 1 files changed, 21 insertions(+), 10 deletions(-) diff --git a/src/Home/data.source.js b/src/Home/data.source.js index 813c39f..9c73a18 100644 --- a/src/Home/data.source.js +++ b/src/Home/data.source.js @@ -12,6 +12,10 @@ import Title from '@/components/Title/Title'; import FooterComponent, { FooterApply } from './Footer'; +export const targetId = window.__POWERED_BY_QIANKUN__ + ? 'qiankunScrollview' + : undefined; + export const Nav30DataSource = { wrapper: { className: 'header3 home-page-wrapper' }, page: { className: 'home-page' }, @@ -139,6 +143,7 @@ OverPack: { className: 'home-page-wrapper content13-wrapper mcva2tum4q-editor_css', playScale: 0.3, + targetId: targetId, }, titleWrapper: { className: 'title-wrapper', @@ -201,8 +206,8 @@ }, }; export const Content90DataSource = { - wrapper: { className: 'home-page-wrapper content9-wrapper' }, - page: { className: 'home-page content9' }, + wrapper: { className: 'home-page-wrapper content9-wrapper ' }, + page: { className: 'home-page content9 hor' }, titleWrapper: { className: 'title-wrapper', children: [ @@ -214,7 +219,7 @@ ], }, block: { - className: 'timeline', + className: 'timeline ', children: [ { name: 'block0', @@ -409,7 +414,7 @@ }; export const Feature40DataSource = { wrapper: { className: 'home-page-wrapper content6-wrapper' }, - OverPack: { className: 'home-page content6' }, + OverPack: { className: 'home-page content6', targetId: targetId }, textWrapper: { className: 'content6-text', xs: 24, md: 10 }, titleWrapper: { className: 'title-wrapper', @@ -488,7 +493,7 @@ export const Feature50DataSource = { wrapper: { className: 'home-page-wrapper content7-wrapper' }, page: { className: 'home-page content7' }, - OverPack: {}, + OverPack: { targetId: targetId }, titleWrapper: { className: 'title-wrapper', children: [ @@ -544,7 +549,7 @@ img: { className: 'content7-img', children: - 'https://zos.alipayobjects.com/rmsportal/xBrUaDROgtFBRRL.png', + 'https://hrvsnetfile.oss-cn-hangzhou.aliyuncs.com/NBHRXH/Review/20250609/4_154743149.JPG', md: 10, xs: 24, }, @@ -595,7 +600,7 @@ md: 10, xs: 24, children: - 'https://zos.alipayobjects.com/rmsportal/xBrUaDROgtFBRRL.png', + 'https://hrvsnetfile.oss-cn-hangzhou.aliyuncs.com/NBHRXH/Review/20250609/5_154752393.JPG', }, }, }, @@ -638,7 +643,7 @@ md: 10, xs: 24, children: - 'https://zos.alipayobjects.com/rmsportal/xBrUaDROgtFBRRL.png', + 'https://hrvsnetfile.oss-cn-hangzhou.aliyuncs.com/NBHRXH/Review/20250609/13_154905399.JPG', }, }, }, @@ -648,7 +653,11 @@ export const Pricing20DataSource = { wrapper: { className: 'home-page-wrapper pricing2-wrapper' }, page: { className: 'home-page pricing2' }, - OverPack: { playScale: 0.3, className: 'pricing2-content-wrapper' }, + OverPack: { + playScale: 0.3, + className: 'pricing2-content-wrapper', + targetId: targetId, + }, titleWrapper: { className: 'pricing2-title-wrapper', children: [ @@ -817,7 +826,7 @@ { className: 'pricing2-table-content-name', name: 'name', - children: '浜哄姏璧勬簮鏈嶅姟涓氫笌鍒堕�犱篃铻嶅悎鍙戝睍涓撻」璧涢亾', + children: '浜哄姏璧勬簮鏈嶅姟涓氫笌鍒堕�犱笟铻嶅悎鍙戝睍涓撻」璧涢亾', }, { children: ( @@ -919,6 +928,7 @@ OverPack: { className: 'home-page-wrapper content13-wrapper content131-wrapper', playScale: 0.3, + targetId: targetId, }, titleWrapper: { className: 'title-wrapper', @@ -941,6 +951,7 @@ OverPack: { className: 'home-page-wrapper content13-wrapper content132-wrapper', playScale: 0.3, + targetId: targetId, }, titleWrapper: { className: 'title-wrapper', -- Gitblit v1.9.1