Commit d476cb14 by GiottoMaster

update

parent e18b1d90
...@@ -81,7 +81,6 @@ ...@@ -81,7 +81,6 @@
<div class="td">{{ item.total }}</div> <div class="td">{{ item.total }}</div>
</div> </div>
</van-list> </van-list>
</div> </div>
</van-dialog> </van-dialog>
</main> </main>
......
...@@ -208,6 +208,28 @@ ...@@ -208,6 +208,28 @@
</div> </div>
</div> </div>
</div> </div>
<van-dialog v-model="dialogShow" :closeOnClickOverlay="true" :showConfirmButton="false">
<div class="wrap">
<div class="label">{{ $t('mode.index.windowLabel1') }}</div>
<div class="label">{{ $t('mode.index.windowLabel2') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel3') }}</div>
<div class="label">{{ $t('mode.index.windowLabel4') }}</div>
<div class="label">{{ $t('mode.index.windowLabel5') }}</div>
<div class="label">{{ $t('mode.index.windowLabel6') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel7') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel8') }}</div>
<div class="close" @click="dialogShow = false">
<van-icon name="cross" size="20px"/>
</div>
</div>
</van-dialog>
</div> </div>
</template> </template>
<script> <script>
...@@ -232,6 +254,7 @@ export default { ...@@ -232,6 +254,7 @@ export default {
{ name: '賽車PK拾', src: '/static/image/caipiao/pk10_logo.png', type: 'pk10' }, { name: '賽車PK拾', src: '/static/image/caipiao/pk10_logo.png', type: 'pk10' },
], ],
totalList: [], totalList: [],
dialogShow: true
}; };
}, },
created() { created() {
...@@ -695,4 +718,17 @@ export default { ...@@ -695,4 +718,17 @@ export default {
} }
} }
} }
.van-dialog {
width: 80vw;
padding: 16px;
.wrap {
position: relative;
padding-top: 16px;
.close {
position: absolute;
right: 0;
top: 0;
}
}
}
</style> </style>
...@@ -92,6 +92,17 @@ export const mode = { ...@@ -92,6 +92,17 @@ export const mode = {
label27: '更多公告', label27: '更多公告',
label28: '', label28: '',
toast1: '复制成功!', toast1: '复制成功!',
windowLabel1: '🚫 禁止西方擊球指南',
windowLabel2: '本平臺爲公平健康的遊戲環境,嚴禁雙方下注。',
windowLabel3: '兩方擊球揭發時的措施事項',
windowLabel4: '1) 無需事先警告即可停止或限制使用賬戶',
windowLabel5: '2) 沒收紅利及取消結算',
windowLabel6: '3) 全額回收持有金額的措施',
windowLabel7: '示例:A和B等同時下注時,在同一遊戲中進行與結果相沖突的多次下注時,利用多個賬戶分別下注遊戲結果時',
windowLabel8: '📌 請堂堂正正地使用。 違反時責任在於本人,對由此帶來的不利影響不接受任何異議。',
}, },
mine: { mine: {
......
...@@ -92,6 +92,16 @@ export const mode = { ...@@ -92,6 +92,16 @@ export const mode = {
label27: 'More Notice', label27: 'More Notice',
label28: '', label28: '',
toast1: 'Copy successful!', toast1: 'Copy successful!',
windowLabel1: '🚫 Notice on banning two-way betting',
windowLabel2: 'This platform strictly prohibits two-way betting (double betting) to ensure a fair and healthy gaming environment.',
windowLabel3: 'Measures to be taken when two-way betting is detected',
windowLabel4: '1) Account suspension or use restrictions without prior warning',
windowLabel5: '2) Dividends confiscation and settlement cancellation',
windowLabel6: '3) Full recovery of holding amount',
windowLabel7: 'Example: When betting on A and B at the same time, when making multiple bets with conflicting results in the same game, when using multiple accounts to bet on the game results',
windowLabel8: '📌Please use the service fairly. Responsibility for violations lies with the user, and no objections will be accepted for any disadvantages resulting from this.',
}, },
mine: { mine: {
......
...@@ -95,6 +95,16 @@ export const mode = { ...@@ -95,6 +95,16 @@ export const mode = {
label27: '공지사항', label27: '공지사항',
label28: '방문을 환영합니다.', label28: '방문을 환영합니다.',
toast1: '복사가 완료되었습니다!', toast1: '복사가 완료되었습니다!',
windowLabel1: '🚫 양방배팅 금지 안내',
windowLabel2: '본 플랫폼은 공정하고 건전한 게임 환경을 위해 양방배팅(이중 베팅) 을 엄격히 금지하고 있습니다.',
windowLabel3: '양방배팅 적발 시 조치 사항',
windowLabel4: '1) 사전 경고 없이 계정 정지 또는 이용 제한',
windowLabel5: '2) 배당금 몰수 및 정산 취소',
windowLabel6: '3) 보유 금액 전액 회수 조치',
windowLabel7: '예시 : A와 B등 동시에 베팅하는 경우, 동일 게임에서 결과에 상충하는 복수의 베팅을 하는 경우 다계정을 이용해 게임 결과에 각각 베팅하는 경우',
windowLabel8: '📌 정정당당한 이용을 부탁드립니다. 위반 시 책임은 본인에게 있으며, 이로 인한 불이익에 대해서는 어떠한 이의도 받지 않습니다.',
}, },
mine: { mine: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment