1
guanqb
2023-03-02 ae36cd9baf40a78051599150b8f650275bc48814
1
1 files modified
4 ■■■■ changed files
src/views/activity/index.vue 4 ●●●● patch | view | raw | blame | history
src/views/activity/index.vue
@@ -964,7 +964,7 @@
                            let r = parseInt(item.color.slice(1, 3), 16)
                            let g = parseInt(item.color.slice(3, 5), 16)
                            let b = parseInt(item.color.slice(5, 7), 16)
                            color = global.DC.Namespace.Cesium.Color.fromBytes(r, g, b, 150)
                            color = global.DC.Namespace.Cesium.Color.fromBytes(r, g, b, 255)
                        }
                        point.attrParams = positionObj
                        pointCircleCarLayer.addOverlay(point)
@@ -1104,7 +1104,7 @@
                            let r = parseInt(item.color.slice(1, 3), 16)
                            let g = parseInt(item.color.slice(3, 5), 16)
                            let b = parseInt(item.color.slice(5, 7), 16)
                            color = global.DC.Namespace.Cesium.Color.fromBytes(r, g, b, 150)
                            color = global.DC.Namespace.Cesium.Color.fromBytes(r, g, b, 255)
                        }
                        point.attrParams = positionObj
                        pointCircleManLayer.addOverlay(point)