feat: 路子珠显示幸运6/龙7/熊8特殊图标
- DB: cg_number_tab 加 dragon_seven, panda_eight 列 - 后端: OpeningBaccaratService 接收并存储 dragon_seven/panda_eight - Waybill: showRoad 数据含 luck_six/dragon_seven/panda_eight - 前端 SoloPath: 绿色圆「6」=幸运6, 金色圆「7」=龙7, 蓝色圆「8」=熊8 - handle_b.js: 键盘7/8设置对应隐藏字段,opening()传参
This commit is contained in:
@@ -196,6 +196,8 @@
|
||||
<input type="hidden" id="result_player_pair" value="0">
|
||||
<input type="hidden" id="lucky_six" value="0">
|
||||
<input type="hidden" id="lucky_six_number" value="0">
|
||||
<input type="hidden" id="dragon_seven" value="0">
|
||||
<input type="hidden" id="panda_eight" value="0">
|
||||
<input type="hidden" id="dt_pair" value="0">
|
||||
</div>
|
||||
<div class="btn-box4">
|
||||
|
||||
Reference in New Issue
Block a user