diff --git a/src/common/js/waybill.js b/src/common/js/waybill.js index 02dc17c0..d6bb820d 100644 --- a/src/common/js/waybill.js +++ b/src/common/js/waybill.js @@ -279,7 +279,7 @@ function SoloPath(gameId,ctb,unit,x,y,type,corners,luck_six,dragon_seven,panda_e ctb.lineWidth = unit*0.05; }else if(gameId==1 && dragon_seven > 0){ var color='#b8860b', fonts="7"; - ctb.strokeStyle = "#c9980a"; + ctb.strokeStyle = "#ff2202"; ctb.lineWidth = unit*0.05; }else if(gameId==1 && panda_eight > 0){ var color='#34495e', fonts="8";