feat:修复小bug

This commit is contained in:
liulong 2026-06-05 14:18:08 +08:00
parent cd03f0fa3d
commit 8449757995
2 changed files with 6 additions and 6 deletions

View File

@ -234,7 +234,7 @@
</section> </section>
<!-- 优化需求碳链接专区21 条精选外站链接 3 大类组织 --> <!-- 优化需求碳链接专区21 条精选外站链接 3 大类组织 -->
<section class="gxnlpt-block gxnlpt-carbon-links" aria-label="碳链接"> <!-- <section class="gxnlpt-block gxnlpt-carbon-links" aria-label="碳链接">
<header class="gxnlpt-block-head"> <header class="gxnlpt-block-head">
<img class="gxnlpt-block-icon" :src="getIconUrl('tanjl.svg')" alt="" /> <img class="gxnlpt-block-icon" :src="getIconUrl('tanjl.svg')" alt="" />
<h2 class="gxnlpt-block-title">碳链接</h2> <h2 class="gxnlpt-block-title">碳链接</h2>
@ -270,7 +270,7 @@
</li> </li>
</ul> </ul>
</div> </div>
</section> </section> -->
</template> </template>
</main> </main>
</div> </div>

View File

@ -799,10 +799,10 @@ export default {
}, },
// //
handleOverseasBtnClick(item) { handleOverseasBtnClick(item) {
if (item && item.comingSoon) { // if (item && item.comingSoon) {
this.showComingSoon('航运燃料专题'); // this.showComingSoon('');
return; // return;
} // }
if (item.link && /^https?:\/\//.test(item.link)) { if (item.link && /^https?:\/\//.test(item.link)) {
window.open(item.link, '_blank'); window.open(item.link, '_blank');
return; return;