diff --git a/components/AICoupletForm.vue b/components/AICoupletForm.vue index a5a7c7e..e586fc9 100644 --- a/components/AICoupletForm.vue +++ b/components/AICoupletForm.vue @@ -139,8 +139,8 @@ const generateCouplet = () => { .modal-content { position: relative; z-index: 99; - width: 697rpx; - height: 417rpx; + width: 701rpx; + height: 444rpx; background-image: url('/static/info/couplet_info_box.png'); background-size: 100% 100%; background-repeat: no-repeat; diff --git a/components/SinglePageContainer.vue b/components/SinglePageContainer.vue index f5ff776..5ff5b74 100644 --- a/components/SinglePageContainer.vue +++ b/components/SinglePageContainer.vue @@ -488,7 +488,7 @@ const scrollToTop = () => { // 处理图片加载错误 const handleImageError = (event) => { - event.target.src = 'https://placeholder.pics/svg/640x1136/FDE9DF/FF6B35/2026新春东城商圈' + // event.target.src = 'https://placeholder.pics/svg/640x1136/FDE9DF/FF6B35/2026新春东城商圈' } // 处理前门板块高度变化 @@ -603,7 +603,6 @@ onUnmounted(() => { src="/static/bg/bg_main.jpg" alt="2026新春东城商圈" class="bg-image" - @error="handleImageError" /> diff --git a/components/WangfujingScene.vue b/components/WangfujingScene.vue index b266841..a08f73f 100644 --- a/components/WangfujingScene.vue +++ b/components/WangfujingScene.vue @@ -41,9 +41,10 @@ const handleFuClick = () => { // 图片浏览数据 const images = [ - { src: '/static/wfj/img1.png', title: '传艺承福阁' }, - { src: '/static/wfj/img2.png', title: '京味福食巷' }, - { src: '/static/wfj/img3.png', title: '雅趣福玩斋' } + { src: '/static/wfj/img1.png', title: '' }, + { src: '/static/wfj/img2.png', title: '' }, + { src: '/static/wfj/img3.png', title: '' }, + { src: '/static/wfj/img4.png', title: '' } ] const currentImageIndex = ref(0) @@ -96,13 +97,10 @@ onMounted(() => {