diff --git a/src/common/js/waybill.js b/src/common/js/waybill.js index ebd9f4be..10a975e8 100644 --- a/src/common/js/waybill.js +++ b/src/common/js/waybill.js @@ -68,6 +68,14 @@ function WaybillbigRoad(ctb,unit,rows,cols,path,gameId){ } } +// 珠盘路单独一条(大厅用,显示庄闲龙虎文字) +function WaybillShowRoad(ctb,unit,rows,cols,path,gameId){ + ctb.clearRect(0, 0, unit*100, unit*rows) + Drawline(ctb,unit,rows,cols,true); + if(path){ + cutRoad(1,'showWay',ctb,unit,path,cols,gameId,false,false) + } +} // 前端路单数据截取 function cutRoad(billnumber,roadType,ctb,unit,roadData,cols,gameId,ask,askroad){ @@ -671,5 +679,6 @@ function NNline(ctb,unit_x,unit_y,rows,cols){ export { Waybill, WaybillbigRoad, + WaybillShowRoad, NNcanvas } diff --git a/src/components/header/header.vue b/src/components/header/header.vue index b69df3f7..8af600bb 100644 --- a/src/components/header/header.vue +++ b/src/components/header/header.vue @@ -119,7 +119,7 @@ export default { width:100%; } .view-top .notice{ - width:9.5rem; + width:9rem; color:#fff; border: .02rem solid #3b2b1d; background: #1f150e; @@ -174,7 +174,7 @@ export default { } .view-top .setup{ float: left; - width:5rem; + width:5.5rem; height: 0.5rem; } @@ -207,7 +207,7 @@ export default { background-image:url(../../common/image/icon/btn_lock.png); } .view-top .setting-btn{ - background-image:url(../../common/image/icon/btn_setting.png); + background-image:url(../../common/image/icon/icon_refresh.png); } .view-top .signout-btn{ background-image:url(../../common/image/icon/btn_exit.png); diff --git a/src/components/table/table.vue b/src/components/table/table.vue index edf38653..365b1468 100644 --- a/src/components/table/table.vue +++ b/src/components/table/table.vue @@ -83,7 +83,7 @@