1 line
4.1 KiB
JSON
1 line
4.1 KiB
JSON
{"ast":null,"code":"import { resolveComponent as _resolveComponent, createVNode as _createVNode, toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \"vue\";\nconst _withScopeId = n => (_pushScopeId(\"data-v-44dc4af8\"), n = n(), _popScopeId(), n);\nconst _hoisted_1 = {\n class: \"view longhu\"\n};\nconst _hoisted_2 = {\n class: \"list\"\n};\nconst _hoisted_3 = {\n class: \"item banker\"\n};\nconst _hoisted_4 = {\n class: \"text\"\n};\nconst _hoisted_5 = {\n class: \"big\"\n};\nconst _hoisted_6 = {\n class: \"money\"\n};\nconst _hoisted_7 = {\n class: \"item tie\"\n};\nconst _hoisted_8 = {\n class: \"text\"\n};\nconst _hoisted_9 = {\n class: \"big\"\n};\nconst _hoisted_10 = {\n class: \"money\"\n};\nconst _hoisted_11 = {\n class: \"item palyer\"\n};\nconst _hoisted_12 = {\n class: \"text\"\n};\nconst _hoisted_13 = {\n class: \"big\"\n};\nconst _hoisted_14 = {\n class: \"money\"\n};\nexport function render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_confirmBet = _resolveComponent(\"confirmBet\");\n const _component_chipView = _resolveComponent(\"chipView\");\n return _openBlock(), _createElementBlock(\"div\", _hoisted_1, [_createElementVNode(\"div\", _hoisted_2, [_createElementVNode(\"div\", _hoisted_3, [_createVNode(_component_confirmBet, {\n onConfirm: $setup.confirmChip,\n onCancel: $setup.cancelChip,\n data: {\n money: $props.downChip.banker_amount,\n show: $props.touch == 'banker_amount'\n }\n }, null, 8, [\"onConfirm\", \"onCancel\", \"data\"]), _createVNode(_component_chipView, {\n onClick: _cache[0] || (_cache[0] = $event => $setup.downBet($event, 'banker_amount')),\n list: $props.chipArray.banker_amount,\n win: $props.winArray.includes('banker')\n }, null, 8, [\"list\", \"win\"]), _createElementVNode(\"div\", _hoisted_4, [_createElementVNode(\"span\", _hoisted_5, _toDisplayString($setup.Lang[$setup.Type].dragon), 1), _createElementVNode(\"span\", null, \"1:\" + _toDisplayString($props.tableData.price_dragon), 1)]), _createElementVNode(\"div\", _hoisted_6, _toDisplayString($props.bet_amount_msg.banker_amount), 1)]), _createElementVNode(\"div\", _hoisted_7, [_createVNode(_component_confirmBet, {\n onConfirm: $setup.confirmChip,\n onCancel: $setup.cancelChip,\n data: {\n money: $props.downChip.tie_amount,\n show: $props.touch == 'tie_amount'\n }\n }, null, 8, [\"onConfirm\", \"onCancel\", \"data\"]), _createVNode(_component_chipView, {\n onClick: _cache[1] || (_cache[1] = $event => $setup.downBet($event, 'tie_amount')),\n list: $props.chipArray.tie_amount,\n win: $props.winArray.includes('tie')\n }, null, 8, [\"list\", \"win\"]), _createElementVNode(\"div\", _hoisted_8, [_createElementVNode(\"span\", _hoisted_9, _toDisplayString($setup.Lang[$setup.Type].tie), 1), _createElementVNode(\"span\", null, \"1:\" + _toDisplayString($props.tableData.price_tie_dt), 1)]), _createElementVNode(\"div\", _hoisted_10, _toDisplayString($props.bet_amount_msg.tie_amount), 1)]), _createElementVNode(\"div\", _hoisted_11, [_createVNode(_component_confirmBet, {\n onConfirm: $setup.confirmChip,\n onCancel: $setup.cancelChip,\n data: {\n money: $props.downChip.player_amount,\n show: $props.touch == 'player_amount'\n }\n }, null, 8, [\"onConfirm\", \"onCancel\", \"data\"]), _createVNode(_component_chipView, {\n onClick: _cache[2] || (_cache[2] = $event => $setup.downBet($event, 'player_amount')),\n list: $props.chipArray.player_amount,\n win: $props.winArray.includes('player')\n }, null, 8, [\"list\", \"win\"]), _createElementVNode(\"div\", _hoisted_12, [_createElementVNode(\"span\", _hoisted_13, _toDisplayString($setup.Lang[$setup.Type].tiger), 1), _createElementVNode(\"span\", null, \"1:\" + _toDisplayString($props.tableData.price_tiger), 1)]), _createElementVNode(\"div\", _hoisted_14, _toDisplayString($props.bet_amount_msg.player_amount), 1)])])]);\n}","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]} |