+
- {{ Lang[Type].player }}
- 1:{{ tableData.price_player }}
+ {{ Lang[Type].player }}
+ 1:{{ tableData.price_player }}
+
+
+
+ {{ bet_amount_msg.player_amount }}
- {{ bet_amount_msg.player_amount }}
+
-
+
- {{ Lang[Type].tie }}
- 1:{{ tableData.price_tie_baccarat }}
+ {{ Lang[Type].tie }}
+ 1:{{ tableData.price_tie_baccarat }}
+
+
+
+ {{ bet_amount_msg.tie_amount }}
- {{ bet_amount_msg.tie_amount }}
+
-
+
- {{ Lang[Type].banker }}
-
+ {{ Lang[Type].banker }}
+
{{ baccarat_type == 0 ? `1:${tableData.price_banker}` : "1:1" }}
- {{ bet_amount_msg.banker_amount }}
+
+
+ {{ bet_amount_msg.banker_amount }}
+
@@ -253,153 +258,125 @@ export default {
}
diff --git a/src/components/PlayWay.vue b/src/components/PlayWay.vue
index e6bba32e..0631dc09 100644
--- a/src/components/PlayWay.vue
+++ b/src/components/PlayWay.vue
@@ -1,256 +1,76 @@
-
-
-
-
- {{ Lang[Type].zhupan }}
-
-
-
-
-
-
- {{ tableData.game_id == 1 ? Lang[Type].banker : Lang[Type].dragon }}
-
-
{{ tableData.bankerCount || 0 }}
+