From a5cf8e345dafaebf1b2f3aa2eebd7b297ea6b463 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 2 Jul 2024 18:33:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9C=E8=A5=BF=E9=83=BD=E5=87=BA=E6=9D=A5?= =?UTF-8?q?=E4=BA=86,=E7=AD=89=E7=9D=80=E5=9D=90=E6=A0=87=E5=A4=84?= =?UTF-8?q?=E7=90=86=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AppThreeMap.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/AppThreeMap.vue b/src/views/AppThreeMap.vue index 711a66d..1d80c22 100644 --- a/src/views/AppThreeMap.vue +++ b/src/views/AppThreeMap.vue @@ -383,8 +383,8 @@ export default { const markerMaterial = new THREE.MeshBasicMaterial({ side: THREE.DoubleSide, blending: THREE.AdditiveBlending, - // color: bakeStockAmt > 0 ? "#66FFFF" : "#FFD15C", - color: "#66FFFF", + color: bakeStockAmt > 0 ? "#66FFFF" : "#FFD15C", + // color: "#66FFFF", depthTest: false, transparent: true, opacity: 1