up
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
<div class="details">
|
||||
<h3>航运产品</h3>
|
||||
<p> 依托“1+3+N”核心架构,构建数字化协同引擎,驱动航运全链路降本增效。 </p>
|
||||
<a href="product_port.html" class="read-more" target="_parent">了解更多</a>
|
||||
<a href="product_shipping.html" class="read-more" target="_parent">了解更多</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1118,7 +1118,7 @@
|
||||
const intersects = raycaster.intersectObjects(highlightMeshes, false);
|
||||
if (intersects.length > 0) {
|
||||
applyHoverState(intersects[0].object);
|
||||
showTooltip(event);
|
||||
// showTooltip(event);
|
||||
} else {
|
||||
clearHoverState();
|
||||
hideTooltip();
|
||||
|
||||
Reference in New Issue
Block a user