Commit 23ff1947 by GiottoMaster

update

parents 0a853e98 847ab8ed
...@@ -267,7 +267,7 @@ export default { ...@@ -267,7 +267,7 @@ export default {
let that = this; let that = this;
that.daoTime = setInterval(() => { that.daoTime = setInterval(() => {
that.getBalance(); that.getBalance();
}, 4300); }, 30000);
}, },
// 不刷新页面跟新用户信息 // 不刷新页面跟新用户信息
getUserInfo() { getUserInfo() {
......
...@@ -211,20 +211,64 @@ ...@@ -211,20 +211,64 @@
<van-dialog v-model="dialogShow" :closeOnClickOverlay="true" :showConfirmButton="false"> <van-dialog v-model="dialogShow" :closeOnClickOverlay="true" :showConfirmButton="false">
<div class="wrap" style="padding-top: 20px;">
<div class="label">{{ $t('mode.index.windowLabel12') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel13') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel14') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel15') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel16') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel17') }}</div>
<div class="close" @click="dialogShow = false">
<van-icon name="cross" size="20px"/>
</div>
</div>
</van-dialog>
<van-dialog v-model="dialogShow2" :closeOnClickOverlay="true" :showConfirmButton="false">
<div class="wrap"> <div class="wrap">
<!-- <div class="label">{{ $t('mode.index.windowLabel1') }}</div> <div class="inside">
<div class="label">{{ $t('mode.index.windowLabel1') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel2') }}</div> <div class="label">{{ $t('mode.index.windowLabel2') }}</div>
<br /> <br />
<div class="label">{{ $t('mode.index.windowLabel3') }}</div> <div class="label">{{ $t('mode.index.windowLabel3') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel4') }}</div> <div class="label">{{ $t('mode.index.windowLabel4') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel5') }}</div> <div class="label">{{ $t('mode.index.windowLabel5') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel6') }}</div> <div class="label">{{ $t('mode.index.windowLabel6') }}</div>
<br /> <br />
<div class="label">{{ $t('mode.index.windowLabel7') }}</div> <div class="label">{{ $t('mode.index.windowLabel7') }}</div>
<br /> <br />
<div class="label">{{ $t('mode.index.windowLabel8') }}</div> --> <div class="label">{{ $t('mode.index.windowLabel8') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel9') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel10') }}</div>
<br />
<div class="label">{{ $t('mode.index.windowLabel11') }}</div> <div class="label">{{ $t('mode.index.windowLabel11') }}</div>
<div class="close" @click="dialogShow = false"> <div class="table">
<div class="column">
<div class="label">{{ $t('mode.index.column1') }}</div>
<div class="label">{{ $t('mode.index.column2') }}</div>
<div class="label">{{ $t('mode.index.column3') }}</div>
<div class="label">{{ $t('mode.index.column4') }}</div>
</div>
<div class="row" v-for="(item, index) in json" :key="index">
<div class="label">{{ item.phone }}</div>
<div class="label">{{ item.name }}</div>
<div class="label">{{ item.bank }}</div>
<div class="label">{{ item.account }}</div>
</div>
</div>
</div>
<div class="close" @click="dialogShow2 = false">
<van-icon name="cross" size="20px"/> <van-icon name="cross" size="20px"/>
</div> </div>
</div> </div>
...@@ -234,6 +278,7 @@ ...@@ -234,6 +278,7 @@
</div> </div>
</template> </template>
<script> <script>
import json from './list_formatted.json'
export default { export default {
name: 'index', name: 'index',
data() { data() {
...@@ -255,9 +300,18 @@ export default { ...@@ -255,9 +300,18 @@ 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 dialogShow: false,
dialogShow2: true,
json: json
}; };
}, },
watch: {
dialogShow2(val) {
if(!val) {
this.dialogShow = true
}
}
},
created() { created() {
let that = this; let that = this;
that.getBanList(); that.getBanList();
...@@ -723,13 +777,30 @@ export default { ...@@ -723,13 +777,30 @@ export default {
.van-dialog { .van-dialog {
width: 80vw; width: 80vw;
padding: 16px; padding: 16px;
max-height: 60vh;
.wrap { .wrap {
position: relative; position: relative;
padding-top: 16px; .inside {
overflow-y: auto;
max-height: 60vh;
}
// padding-top: 16px;/
.close { .close {
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
background: #fff;
}
}
.table {
margin-top: .5rem;
.column,.row {
display: flex;
line-height: .6rem;
>div {
flex: 1;
text-align: center;
}
} }
} }
} }
......
01044060979 정태경 카카오뱅크 3333309552064
01076548653 정태규 새마을금고 9003278557999
01052500872 허원석 카카오뱅크 3333282207115
01076131417 한명환 제주은행 700100332181
01049915289 채희정 새마을금고 9003291921167
01075761438 민경만 KB국민은행 92991438160
01088118928 김도연 신한은행 110388804120
01073507077 조순영 카카오뱅크 3333283875692
01051553051 최수정 우리은행 1005004544001
01042584275 허윤정 KB국민은행 45830101320190
01084550315 김명자 하나은행 08618385869
01052403029 강종순 토스뱅크 100052152984
01045952720 문형주 카카오뱅크 3333164950560
01075232252 CUI WENYU 우리은행 1002853462085
01023602258 최진우 하나은행 620197332878
01046674014 박승자 농협은행 3020308835591
01083252793 김정실 농협은행 16802192691
01093644361 이승덕 케이뱅크 100217831171
01028243051 최수정 케이뱅크 100158810198
01092677957 김숙자 신한은행 110010854985
01040079237 윤종우 KB국민은행 00310304165710
01084501123 홍대희 카카오뱅크 3333339799066
01090561140 김성호 농협은행 3021146580761
01021562669 정상배 하나은행 34891062217107
01094100613 이승우 KB국민은행 55750204086902
01090929258 유효현 농협은행 14502149381
1045461766 민경안 케이뱅크 100226952835
01077586422 윤희나 우리은행 1002063273317
01034584992 정만섭 케이뱅크 100138603177
01053127656 고현숙 농협은행 3021131339431
01080826454 윤성은 농협은행 3020746618341
01029371355 이종혜 신협 132065318353
01031587889 곽미진 카카오뱅크 3333075993791
01022523916 정정선 농협은행 3020270423011
01063781449 이영헌 국민은행 82370104296050
01032176093 임숙기 국민은행 46800201158955
01022843328 이연교 우리은행 1002232935546
01076589600 이유진 농협은행 3520670264373
01079010216 김명섭 농협은행 32712119972
01035385054 김명길 카카오뱅크 32712119972
01062151990 김보애 국민은행 041211058792
01075896299 이후상 카카오뱅크 3333259262901
01066696831 윤선빈 신한은행 110511261609
01022064504 이근자 카카오뱅크 3333176332399
01022448700 오세호 신한은행 110342893984
01090141443 이해연 국민은행 39440204041854
01064148252 이상원 신협 132114172063
01094100613 이승우 국민은행 55750204086902
01021592421 허윤행 카카오뱅크 100231809278
01033573782 이봉표 신한은행 110440380662
01092012818 김양수 국민은행 233050003262
01090929258 유효현 농협은행 14502149381
01040079237 윤종우 국민은행 00310304165710
01084501123 홍대희 카카오뱅크 3333339799066
01090561140 김성호 국민은행 047050032622
01021562669 정상배 카카오뱅크 3333247928059
01057801677 이상하 기업은행 55500244401042
01043824717 이재환 케이뱅크 9002200364355
01094252689 한중재 케이뱅크 100108064908
01024884649 변우찬 농협은행 3520029181423
01045506296 전옥희 농협은행 3560956880613
01084826797 김태융 제일은행 63320334846
[
{
"phone": "01044060979",
"name": "정태경",
"bank": "카카오뱅크",
"account": "3333309552064"
},
{
"phone": "01076548653",
"name": "정태규",
"bank": "새마을금고",
"account": "9003278557999"
},
{
"phone": "01052500872",
"name": "허원석",
"bank": "카카오뱅크",
"account": "3333282207115"
},
{
"phone": "01076131417",
"name": "한명환",
"bank": "제주은행",
"account": "700100332181"
},
{
"phone": "01049915289",
"name": "채희정",
"bank": "새마을금고",
"account": "9003291921167"
},
{
"phone": "01075761438",
"name": "민경만",
"bank": "KB국민은행",
"account": "92991438160"
},
{
"phone": "01088118928",
"name": "김도연",
"bank": "신한은행",
"account": "110388804120"
},
{
"phone": "01073507077",
"name": "조순영",
"bank": "카카오뱅크",
"account": "3333283875692"
},
{
"phone": "01051553051",
"name": "최수정",
"bank": "우리은행",
"account": "1005004544001"
},
{
"phone": "01042584275",
"name": "허윤정",
"bank": "KB국민은행",
"account": "45830101320190"
},
{
"phone": "01084550315",
"name": "김명자",
"bank": "하나은행",
"account": "08618385869"
},
{
"phone": "01052403029",
"name": "강종순",
"bank": "토스뱅크",
"account": "100052152984"
},
{
"phone": "01045952720",
"name": "문형주",
"bank": "카카오뱅크",
"account": "3333164950560"
},
{
"phone": "01075232252",
"name": "CUI WENYU",
"bank": "우리은행",
"account": "1002853462085"
},
{
"phone": "01023602258",
"name": "최진우",
"bank": "하나은행",
"account": "620197332878"
},
{
"phone": "01046674014",
"name": "박승자",
"bank": "농협은행",
"account": "3020308835591"
},
{
"phone": "01083252793",
"name": "김정실",
"bank": "농협은행",
"account": "16802192691"
},
{
"phone": "01093644361",
"name": "이승덕",
"bank": "케이뱅크",
"account": "100217831171"
},
{
"phone": "01028243051",
"name": "최수정",
"bank": "케이뱅크",
"account": "100158810198"
},
{
"phone": "01092677957",
"name": "김숙자",
"bank": "신한은행",
"account": "110010854985"
},
{
"phone": "01040079237",
"name": "윤종우",
"bank": "KB국민은행",
"account": "00310304165710"
},
{
"phone": "01084501123",
"name": "홍대희",
"bank": "카카오뱅크",
"account": "3333339799066"
},
{
"phone": "01090561140",
"name": "김성호",
"bank": "농협은행",
"account": "3021146580761"
},
{
"phone": "01021562669",
"name": "정상배",
"bank": "하나은행",
"account": "34891062217107"
},
{
"phone": "01094100613",
"name": "이승우",
"bank": "KB국민은행",
"account": "55750204086902"
},
{
"phone": "01090929258",
"name": "유효현",
"bank": "농협은행",
"account": "14502149381"
},
{
"phone": "1045461766",
"name": "민경안",
"bank": "케이뱅크",
"account": "100226952835"
},
{
"phone": "01077586422",
"name": "윤희나",
"bank": "우리은행",
"account": "1002063273317"
},
{
"phone": "01034584992",
"name": "정만섭",
"bank": "케이뱅크",
"account": "100138603177"
},
{
"phone": "01053127656",
"name": "고현숙",
"bank": "농협은행",
"account": "3021131339431"
},
{
"phone": "01080826454",
"name": "윤성은",
"bank": "농협은행",
"account": "3020746618341"
},
{
"phone": "01029371355",
"name": "이종혜",
"bank": "신협",
"account": "132065318353"
},
{
"phone": "01031587889",
"name": "곽미진",
"bank": "카카오뱅크",
"account": "3333075993791"
},
{
"phone": "01022523916",
"name": "정정선",
"bank": "농협은행",
"account": "3020270423011"
},
{
"phone": "01063781449",
"name": "이영헌",
"bank": "국민은행",
"account": "82370104296050"
},
{
"phone": "01032176093",
"name": "임숙기",
"bank": "국민은행",
"account": "46800201158955"
},
{
"phone": "01022843328",
"name": "이연교",
"bank": "우리은행",
"account": "1002232935546"
},
{
"phone": "01076589600",
"name": "이유진",
"bank": "농협은행",
"account": "3520670264373"
},
{
"phone": "01079010216",
"name": "김명섭",
"bank": "농협은행",
"account": "32712119972"
},
{
"phone": "01035385054",
"name": "김명길",
"bank": "카카오뱅크",
"account": "32712119972"
},
{
"phone": "01062151990",
"name": "김보애",
"bank": "국민은행",
"account": "041211058792"
},
{
"phone": "01075896299",
"name": "이후상",
"bank": "카카오뱅크",
"account": "3333259262901"
},
{
"phone": "01066696831",
"name": "윤선빈",
"bank": "신한은행",
"account": "110511261609"
},
{
"phone": "01022064504",
"name": "이근자",
"bank": "카카오뱅크",
"account": "3333176332399"
},
{
"phone": "01022448700",
"name": "오세호",
"bank": "신한은행",
"account": "110342893984"
},
{
"phone": "01090141443",
"name": "이해연",
"bank": "국민은행",
"account": "39440204041854"
},
{
"phone": "01064148252",
"name": "이상원",
"bank": "신협",
"account": "132114172063"
},
{
"phone": "01094100613",
"name": "이승우",
"bank": "국민은행",
"account": "55750204086902"
},
{
"phone": "01021592421",
"name": "허윤행",
"bank": "카카오뱅크",
"account": "100231809278"
},
{
"phone": "01033573782",
"name": "이봉표",
"bank": "신한은행",
"account": "110440380662"
},
{
"phone": "01092012818",
"name": "김양수",
"bank": "국민은행",
"account": "233050003262"
},
{
"phone": "01090929258",
"name": "유효현",
"bank": "농협은행",
"account": "14502149381"
},
{
"phone": "01040079237",
"name": "윤종우",
"bank": "국민은행",
"account": "00310304165710"
},
{
"phone": "01084501123",
"name": "홍대희",
"bank": "카카오뱅크",
"account": "3333339799066"
},
{
"phone": "01090561140",
"name": "김성호",
"bank": "국민은행",
"account": "047050032622"
},
{
"phone": "01021562669",
"name": "정상배",
"bank": "카카오뱅크",
"account": "3333247928059"
},
{
"phone": "01057801677",
"name": "이상하",
"bank": "기업은행",
"account": "55500244401042"
},
{
"phone": "01043824717",
"name": "이재환",
"bank": "케이뱅크",
"account": "9002200364355"
},
{
"phone": "01094252689",
"name": "한중재",
"bank": "케이뱅크",
"account": "100108064908"
},
{
"phone": "01024884649",
"name": "변우찬",
"bank": "농협은행",
"account": "3520029181423"
},
{
"phone": "01045506296",
"name": "전옥희",
"bank": "농협은행",
"account": "3560956880613"
},
{
"phone": "01084826797",
"name": "김태융",
"bank": "제일은행",
"account": "63320334846"
},
{
"phone": "01028824477",
"name": "김경덕",
"bank": "기업은행",
"account": "01028824477"
},
{
"phone": "01075427404",
"name": "유윤수",
"bank": "카카오뱅크",
"account": "3333157074682"
},
{
"phone": "01083363089",
"name": "KHAMPHIM PORNNAPA",
"bank": "하나은행",
"account": "50291089692007"
},
{
"phone": "01026755728",
"name": "KHAMPHIM PORNNAPA",
"bank": "MG새마을금고",
"account": "9003303970430"
},
{
"phone": "01044244379",
"name": "김기한",
"bank": "경남은행",
"account": "2210092167900"
},
{
"phone": "01075784404",
"name": "김갑석",
"bank": "하나은행",
"account": "10991053831007"
},
{
"phone": "01093430004",
"name": "조지홍",
"bank": "신한은행",
"account": "110438908602"
},
{
"phone": "01075784404",
"name": "김갑석",
"bank": "하나은행",
"account": "10991053831007"
},
{
"phone": "01057017991",
"name": "조광현",
"bank": "신협",
"account": "137003288855"
},
{
"phone": "01084505506",
"name": "은동만",
"bank": "카카오뱅크",
"account": "3333274531567"
},
{
"phone": "01056507299",
"name": "박현숙",
"bank": "신한은행",
"account": "110243496142"
},
{
"phone": "01057600259",
"name": "이태호",
"bank": "기업은행",
"account": "24211682501017"
},
{
"phone": "01055810627",
"name": "백정수",
"bank": "KB국민은행",
"account": "75930101143346"
},
{
"phone": "01036065972",
"name": "김광준",
"bank": "우리은행",
"account": "1002736427805"
},
{
"phone": "01053311789",
"name": "나종수",
"bank": "우체국",
"account": "110009001734"
},
{
"phone": "01092597617",
"name": "고정임",
"bank": "KB국민은행",
"account": "96300201349043"
},
{
"phone": "01066797591",
"name": "윤상욱",
"bank": "기업은행",
"account": "61802039401016"
},
{
"phone": "01084505506",
"name": "은동만",
"bank": "카카오뱅크",
"account": "3333274531567"
},
{
"phone": "01093980396",
"name": "석외숙",
"bank": "기업은행",
"account": "01093980396"
},
{
"phone": "01049329008",
"name": "서옥선",
"bank": "카카오뱅크",
"account": "3333078405414"
},
{
"phone": "01037625107",
"name": "김규성",
"bank": "새마을금고",
"account": "1227090025604"
},
{
"phone": "01083182143",
"name": "김정훈",
"bank": "토스뱅크",
"account": "100186701287"
},
{
"phone": "01026254312",
"name": "박명용",
"bank": "우체국",
"account": "110008132937"
},
{
"phone": "01087414446",
"name": "김철식",
"bank": "신협",
"account": "132139574090"
},
{
"phone": "01027990154",
"name": "견진수",
"bank": "경남은행",
"account": "2210088532103"
},
{
"phone": "01037882282",
"name": "박선영",
"bank": "농협은행",
"account": "3521674449973"
},
{
"phone": "01066000496",
"name": "김성진",
"bank": "토스뱅크",
"account": "100001585275"
},
{
"phone": "01057456336",
"name": "성숙이",
"bank": "카카오뱅크",
"account": "3333344450609"
},
{
"phone": "01058639548",
"name": "이상철",
"bank": "KB국민은행",
"account": "76870101021640"
},
{
"phone": "01064042708",
"name": "곽종열",
"bank": "새마을금고",
"account": "9003227156501"
},
{
"phone": "01087123233",
"name": "이연희",
"bank": "농협은행",
"account": "3021190755391"
},
{
"phone": "01097928073",
"name": "전병주",
"bank": "NH농협",
"account": "3520945363503"
},
{
"phone": "01043358889",
"name": "황동준",
"bank": "신한은행",
"account": "110434093051"
},
{
"phone": "01092045583",
"name": "박정남",
"bank": "카카오뱅크",
"account": "3333086486702"
},
{
"phone": "01095293672",
"name": "이원철",
"bank": "농협은행",
"account": "3560856976943"
},
{
"phone": "01020530616",
"name": "김필재",
"bank": "토스뱅크",
"account": "100076479008"
},
{
"phone": "01083410614",
"name": "김필재",
"bank": "우체국",
"account": "60011402033596"
},
{
"phone": "01091777604",
"name": "이용규",
"bank": "하나은행",
"account": "01091777604"
},
{
"phone": "01079427801",
"name": "박요한",
"bank": "한화투자증권",
"account": "05711102243"
},
{
"phone": "01030209285",
"name": "박선주",
"bank": "농협은행",
"account": "3521631169303"
},
{
"phone": "01084243055",
"name": "조윤옥",
"bank": "농협은행",
"account": "41802213265"
},
{
"phone": "01021751649",
"name": "송정인",
"bank": "케이뱅크",
"account": "100180790159"
},
{
"phone": "01045414239",
"name": "김종열",
"bank": "부산은행",
"account": "075120116199"
},
{
"phone": "01075969420",
"name": "박재화",
"bank": "수협은행",
"account": "001095552480"
},
{
"phone": "01077135399",
"name": "백미정",
"bank": "농협은행",
"account": "21107452265609"
},
{
"phone": "01035111222",
"name": "김창보",
"bank": "케이뱅크",
"account": "100131790160"
},
{
"phone": "01076397725",
"name": "정성민",
"bank": "KB국민은행",
"account": "61320104427361"
},
{
"phone": "01087623942",
"name": "유제현",
"bank": "카카오뱅크",
"account": "3333086091545"
},
{
"phone": "01022485452",
"name": "이영미",
"bank": "케이뱅크",
"account": "100103903133"
},
{
"phone": "01046241026",
"name": "김봉욱",
"bank": "기업은행",
"account": "30904094601014"
},
{
"phone": "01067505778",
"name": "유지민",
"bank": "카카오뱅크",
"account": "3333253802541"
},
{
"phone": "01052317971",
"name": "김은숙",
"bank": "대구은행",
"account": "19013132966"
},
{
"phone": "01088574467",
"name": "정순주",
"bank": "농협은행",
"account": "117801047416"
},
{
"phone": "01042118815",
"name": "차경철",
"bank": "우체국",
"account": "70379302417666"
},
{
"phone": "01082991284",
"name": "김병탁",
"bank": "농협은행",
"account": "3522093681583"
},
{
"phone": "01030846630",
"name": "홍란경",
"bank": "농협은행",
"account": "3020983586281"
},
{
"phone": "01043491006",
"name": "홍종수",
"bank": "KB국민은행",
"account": "61870104310183"
},
{
"phone": "01056746313",
"name": "강태호",
"bank": "농협은행",
"account": "3521665206693"
},
{
"phone": "01034649567",
"name": "최용수",
"bank": "새마을금고",
"account": "9003297074942"
},
{
"phone": "01053959041",
"name": "최양기",
"bank": "카카오뱅크",
"account": "3333093497931"
},
{
"phone": "01093427828",
"name": "송영억",
"bank": "농협은행",
"account": "3561636318313"
},
{
"phone": "01089655555",
"name": "최병기",
"bank": "농협은행",
"account": "45709052020485"
},
{
"phone": "01028984842",
"name": "류동연",
"bank": "농협은행",
"account": "10011156176320"
},
{
"phone": "01063201643",
"name": "진미숙",
"bank": "농협은행",
"account": "89802362994"
},
{
"phone": "01085338746",
"name": "진혜영",
"bank": "부산은행",
"account": "171120047031"
},
{
"phone": "01058202180",
"name": "정승한",
"bank": "농협은행",
"account": "3520120117863"
},
{
"phone": "01068668681",
"name": "HANYoNGSHENG",
"bank": "우리은행",
"account": "1002543279168"
},
{
"phone": "01062722593",
"name": "위현숙",
"bank": "새마을금고",
"account": "9003230887520"
},
{
"phone": "01043527908",
"name": "박순영",
"bank": "케이뱅크",
"account": "100144667174"
},
{
"phone": "01076721569",
"name": "양성수",
"bank": "농협은행",
"account": "3520901547113"
},
{
"phone": "01084316784",
"name": "박향철",
"bank": "농협은행",
"account": "3560108396433"
},
{
"phone": "01039313799",
"name": "JINRIXU",
"bank": "우리은행",
"account": "1002858781193"
},
{
"phone": "01074953704",
"name": "유다규",
"bank": "카카오뱅크",
"account": "3333328454364"
},
{
"phone": "01091062324",
"name": "김성해",
"bank": "신한은행",
"account": "110492005689"
},
{
"phone": "01049262258",
"name": "안준태",
"bank": "신한은행",
"account": "110515918073"
},
{
"phone": "01082629500",
"name": "이문자",
"bank": "우체국",
"account": "110010246610"
},
{
"phone": "01024198688",
"name": "JINLIANYU",
"bank": "새마을금고",
"account": "9003263084647"
},
{
"phone": "01065293330",
"name": "CUI LONGHAO",
"bank": "기업은행",
"account": "62501880501018"
},
{
"phone": "01085519817",
"name": "박태종",
"bank": "새마을금고",
"account": "9003272573374"
},
{
"phone": "01087834866",
"name": "김정희",
"bank": "농협은행",
"account": "3020780938221"
},
{
"phone": "01057600259",
"name": "이태호",
"bank": "카카오뱅크",
"account": "3333047784888"
},
{
"phone": "01082010255",
"name": "강대범",
"bank": "농협은행",
"account": "23106856024393"
},
{
"phone": "01042136800",
"name": "심금자",
"bank": "농협은행",
"account": "13402160292"
},
{
"phone": "01063024631",
"name": "강성복",
"bank": "KB국민은행",
"account": "201210362529"
},
{
"phone": "01055616966",
"name": "안연순",
"bank": "신한은행",
"account": "110071959741"
},
{
"phone": "01022895798",
"name": "김희순",
"bank": "농협은행",
"account": "3560680402873"
},
{
"phone": "01089027557",
"name": "정현주",
"bank": "농협은행",
"account": "3021525176611"
},
{
"phone": "01082603588",
"name": "공명숙",
"bank": "신한은행",
"account": "110398642911"
},
{
"phone": "01066216268",
"name": "김성자",
"bank": "우리은행",
"account": "1002233863223"
},
{
"phone": "01081913081",
"name": "정천석",
"bank": "카카오뱅크",
"account": "3333262085627"
},
{
"phone": "01025398183",
"name": "이봉춘",
"bank": "KB국민은행",
"account": "21230104133904"
},
{
"phone": "01074792037",
"name": "권현미",
"bank": "케이뱅크",
"account": "100101607984"
},
{
"phone": "01063480404",
"name": "이지언",
"bank": "KB국민은행",
"account": "235010277591"
},
{
"phone": "01038965675",
"name": "조여화",
"bank": "KB국민은행",
"account": "20390104421490"
},
{
"phone": "01082786050",
"name": "김민정",
"bank": "KB국민은행",
"account": "93680101055718"
},
{
"phone": "01051438434",
"name": "신유진",
"bank": "신한은행",
"account": "110143861278"
},
{
"phone": "01075952249",
"name": "박미라",
"bank": "케이뱅크",
"account": "100224793657"
},
{
"phone": "01053311789",
"name": "나종수",
"bank": "우체국",
"account": "110009001734"
},
{
"phone": "01040483734",
"name": "권성은",
"bank": "토스뱅크",
"account": "100022695202"
},
{
"phone": "01059063001",
"name": "방인근",
"bank": "삼성증권",
"account": "713657462105"
},
{
"phone": "01059560397",
"name": "박셋별",
"bank": "KB국민은행",
"account": "68240201544392"
},
{
"phone": "01074534020",
"name": "신선화",
"bank": "하나은행",
"account": "63291033938007"
},
{
"phone": "01097673333",
"name": "김영호",
"bank": "저축은행",
"account": "02819132964026"
},
{
"phone": "01053637874",
"name": "민지현",
"bank": "신한은행",
"account": "110394053658"
},
{
"phone": "01082995770",
"name": "신재범",
"bank": "신한은행",
"account": "110400209192"
},
{
"phone": "01082587357",
"name": "홍지안",
"bank": "KB국민은행",
"account": "92984433846"
},
{
"phone": "01025792238",
"name": "김야지",
"bank": "카카오뱅크",
"account": "3333175403346"
},
{
"phone": "01044984415",
"name": "신금호",
"bank": "카카오뱅크",
"account": "3333081139148"
},
{
"phone": "01093430004",
"name": "조지홍",
"bank": "신한은행",
"account": "110438908602"
},
{
"phone": "01072128073",
"name": "고순옥",
"bank": "농협은행",
"account": "3027212807331"
},
{
"phone": "01048216995",
"name": "이재춘",
"bank": "케이뱅크",
"account": "100141981822"
},
{
"phone": "01076868388",
"name": "송하영",
"bank": "농협은행",
"account": "3027686838881"
},
{
"phone": "01022722413",
"name": "이재인",
"bank": "신한은행",
"account": "110146127599"
},
{
"phone": "01071472292",
"name": "김미순",
"bank": "농협은행",
"account": "83402079990"
},
{
"phone": "01057551150",
"name": "김도연",
"bank": "새마을금고",
"account": "9003283390928"
},
{
"phone": "01029402032",
"name": "심미연",
"bank": "신한은행",
"account": "110271410755"
},
{
"phone": "01020939522",
"name": "김일태",
"bank": "농협은행",
"account": "83512223290"
},
{
"phone": "01020288377",
"name": "지혜숙",
"bank": "카카오뱅크",
"account": "3333218990549"
},
{
"phone": "01021432104",
"name": "남창현",
"bank": "하나은행",
"account": "64791092114207"
},
{
"phone": "01022618889",
"name": "ZHU JINGAI",
"bank": "기업은행",
"account": "21908914801018"
},
{
"phone": "01036690363",
"name": "장은숙",
"bank": "농협은행",
"account": "3020417859351"
},
{
"phone": "01071137483",
"name": "한애랑",
"bank": "카카오뱅크",
"account": "3333150391982"
},
{
"phone": "01087123432",
"name": "진성혜",
"bank": "제주은행",
"account": "777100299944"
},
{
"phone": "01029499413",
"name": "이강배",
"bank": "카카오뱅크",
"account": "3333320676540"
},
{
"phone": "01026993656",
"name": "김천용",
"bank": "전북은행",
"account": "1021025178422"
},
{
"phone": "01063974740",
"name": "김태옥",
"bank": "토스뱅크",
"account": "100204484215"
},
{
"phone": "01036327190",
"name": "김지윤",
"bank": "농협은행",
"account": "27212251394"
},
{
"phone": "01030337957",
"name": "백민수",
"bank": "기업은행",
"account": "01030337957"
},
{
"phone": "010406920221",
"name": "이아영",
"bank": "토스뱅크",
"account": "100064107968"
},
{
"phone": "01080035420",
"name": "김성미",
"bank": "카카오뱅크",
"account": "3333085971696"
},
{
"phone": "01029424437",
"name": "김순덕",
"bank": "농협은행",
"account": "3021476921791"
},
{
"phone": "01073557077",
"name": "김윤희",
"bank": "케이뱅크",
"account": "100199880201"
},
{
"phone": "01034503689",
"name": "김가녕",
"bank": "카카오뱅크",
"account": "01034503689"
},
{
"phone": "01041618671",
"name": "심금성",
"bank": "카카오뱅크",
"account": "3333201882792"
},
{
"phone": "01028687755",
"name": "이윤우",
"bank": "경남은행",
"account": "599210343851"
},
{
"phone": "01065439393",
"name": "변우현",
"bank": "국민은행",
"account": "11530204038000"
},
{
"phone": "01052512110",
"name": "조남숙",
"bank": "국민은행",
"account": "66880101653088"
},
{
"phone": "01062124066",
"name": "이남수",
"bank": "신한은행",
"account": "110248625791"
},
{
"phone": "01029206600",
"name": "황인천",
"bank": "미래에셋증권",
"account": "12099001701"
},
{
"phone": "01020772077",
"name": "진주원",
"bank": "우리은행",
"account": "1002859714155"
},
{
"phone": "01028333539",
"name": "김민정",
"bank": "신한은행",
"account": "90904343507"
},
{
"phone": "01036482735",
"name": "홍성철",
"bank": "우리은행",
"account": "71215131602001"
},
{
"phone": "01067060068",
"name": "최지영",
"bank": "토스뱅크",
"account": "100033554286"
},
{
"phone": "01075664048",
"name": "김이순",
"bank": "농협은행",
"account": "21705152150629"
},
{
"phone": "01022793757",
"name": "남경란",
"bank": "카카오뱅크",
"account": "3333308168998"
},
{
"phone": "01068783877",
"name": "김순자",
"bank": "유안타증권",
"account": "484161487011"
},
{
"phone": "01047276398",
"name": "오유정",
"bank": "농협은행",
"account": "3021363094701"
},
{
"phone": "01050787900",
"name": "최상순",
"bank": "농협은행",
"account": "3520651099903"
},
{
"phone": "01023103062",
"name": "이순선",
"bank": "케이뱅크",
"account": "100104874865"
},
{
"phone": "01025382009",
"name": "김학주",
"bank": "기업은행",
"account": "19708590401016"
},
{
"phone": "01066209946",
"name": "이덕남",
"bank": "새마을금고",
"account": "9003200426231"
},
{
"phone": "01039531002",
"name": "박미진",
"bank": "농협은행",
"account": "3021959286801"
},
{
"phone": "01056991565",
"name": "최경란",
"bank": "새마을금고",
"account": "1518100065995"
},
{
"phone": "01057989268",
"name": "임예진",
"bank": "신한은행",
"account": "110248587230"
},
{
"phone": "01083285799",
"name": "강석진",
"bank": "농협은행",
"account": "3020952368751"
},
{
"phone": "01066240599",
"name": "이영수",
"bank": "부산은행",
"account": "1122136467001"
},
{
"phone": "01082957447",
"name": "정호근",
"bank": "우체국",
"account": "60097302208402"
},
{
"phone": "01043099179",
"name": "김부돌",
"bank": "카카오뱅크",
"account": "3333164337766"
},
{
"phone": "01091570675",
"name": "박춘철",
"bank": "부산은행",
"account": "059120759872"
},
{
"phone": "01034637181",
"name": "박청현",
"bank": "농협은행",
"account": "3013463718181"
},
{
"phone": "01043435949",
"name": "차매화",
"bank": "카카오뱅크",
"account": "3333090138705"
},
{
"phone": "01038443567",
"name": "박순희",
"bank": "KB국민은행",
"account": "36140204274504"
},
{
"phone": "01027997785",
"name": "이미례",
"bank": "신한은행",
"account": "110397359254"
},
{
"phone": "01043809156",
"name": "백문호",
"bank": "새마을금고",
"account": "9003238021354"
},
{
"phone": "01033937006",
"name": "권예진",
"bank": "우리은행",
"account": "1002380680207"
},
{
"phone": "01094349406",
"name": "천윤영",
"bank": "케이뱅크",
"account": "100120290280"
},
{
"phone": "01044173399",
"name": "추성",
"bank": "대구은행",
"account": "508138896345"
},
{
"phone": "01035068061",
"name": "권춘조",
"bank": "대구은행",
"account": "508108188263"
},
{
"phone": "01034147003",
"name": "이보연",
"bank": "농협은행",
"account": "3020127966201"
},
{
"phone": "01038026767",
"name": "김정현",
"bank": "신협",
"account": "134003716388"
},
{
"phone": "01095273579",
"name": "김종태",
"bank": "케이뱅크",
"account": "100145645209"
},
{
"phone": "01050308202",
"name": "배효경",
"bank": "기업은행",
"account": "63704156501011"
},
{
"phone": "01028099499",
"name": "이병무",
"bank": "토스뱅크",
"account": "100068446385"
},
{
"phone": "01063929867",
"name": "서재순",
"bank": "케이뱅크",
"account": "100212582193"
},
{
"phone": "01026356488",
"name": "김권웅",
"bank": "NH농협",
"account": "3511255057353"
},
{
"phone": "01055497958",
"name": "김미화",
"bank": "KB국민은행",
"account": "87320204250261"
},
{
"phone": "01075138025",
"name": "백순희",
"bank": "농협은행",
"account": "3120002792061"
},
{
"phone": "01042574236",
"name": "최옥화",
"bank": "농협은행",
"account": "3561072965713"
},
{
"phone": "01050623579",
"name": "김용락",
"bank": "기업은행",
"account": "16005775801011"
},
{
"phone": "01026972270",
"name": "배정아",
"bank": "농협은행",
"account": "3510154499823"
},
{
"phone": "01029304116",
"name": "노해송",
"bank": "부산은행",
"account": "1012067433801"
},
{
"phone": "01073287758",
"name": "최선영",
"bank": "농협은행",
"account": "48412054767"
},
{
"phone": "01089562378",
"name": "김지현",
"bank": "부산은행",
"account": "1122342844203"
},
{
"phone": "01059193378",
"name": "최영탁",
"bank": "카카오뱅크",
"account": "3333270715536"
},
{
"phone": "01038737416",
"name": "배대규",
"bank": "KB국민은행",
"account": "12340104294510"
},
{
"phone": "01039258908",
"name": "박순옥",
"bank": "농협은행",
"account": "3511246328473"
},
{
"phone": "01065672767",
"name": "김태환",
"bank": "신한은행",
"account": "110292315699"
},
{
"phone": "01080080554",
"name": "이임옥",
"bank": "우리은행",
"account": "13211643412401"
},
{
"phone": "01033663946",
"name": "이경섭",
"bank": "우리은행",
"account": "1002730603037"
},
{
"phone": "01031617998",
"name": "황귀종",
"bank": "카카오뱅크",
"account": "3333023951625"
},
{
"phone": "01051427989",
"name": "김덕춘",
"bank": "우리은행",
"account": "1002565309199"
},
{
"phone": "01087747470",
"name": "노재문",
"bank": "우리은행",
"account": "1002839792381"
},
{
"phone": "01054382227",
"name": "조유미",
"bank": "농협은행",
"account": "3520564749073"
}
]
...@@ -282,11 +282,11 @@ ...@@ -282,11 +282,11 @@
<!-- 弹出层 --> <!-- 弹出层 -->
<van-popup v-model="windowShow" :style="{ background: '#f8f8f8' }" class="card" closeable> <van-popup v-model="windowShow" :style="{ background: '#f8f8f8' }" class="card" closeable @close="windowShow = false">
<div class="tishi">{{ $t('main.recharge.tipsTitle') }}</div> <div class="tishi">{{ $t('main.recharge.tipsTitle') }}</div>
<!-- <div class="content">{{ $t('main.recharge.tips1') }}</div> --> <div class="content">{{ $t('main.recharge.tips1') }}</div>
<div class="content">{{ $t('main.recharge.tips2') }}</div> <!-- <div class="content">{{ $t('main.recharge.tips2') }}</div>
<div class="content">{{ $t('main.recharge.tips3') }}</div> <div class="content">{{ $t('main.recharge.tips3') }}</div> -->
</van-popup> </van-popup>
<!-- 支付页面 iframe 弹窗 --> <!-- 支付页面 iframe 弹窗 -->
...@@ -319,7 +319,7 @@ export default { ...@@ -319,7 +319,7 @@ export default {
name: 'recharge', name: 'recharge',
data() { data() {
return { return {
windowShow:true, // windowShow:true,
pay_way: 'bank', pay_way: 'bank',
bankBox: {}, bankBox: {},
payInfo: {}, payInfo: {},
...@@ -366,6 +366,7 @@ export default { ...@@ -366,6 +366,7 @@ export default {
}, },
created() { created() {
let that = this; let that = this;
console.log(this.windowShow)
// that.getPayWay(); // that.getPayWay();
that.getPayRange(); that.getPayRange();
// that.getBanklist(); // that.getBanklist();
......
...@@ -2,7 +2,12 @@ import axios from 'axios' //引入 ...@@ -2,7 +2,12 @@ import axios from 'axios' //引入
import { Dialog } from 'vant'; import { Dialog } from 'vant';
import router from './../router' import router from './../router'
<<<<<<< HEAD
let baseURL = 'https://api.backendsthai.com/' let baseURL = 'https://api.backendsthai.com/'
=======
let baseURL = 'https://97w5xg.tdrart.com/'
// let baseURL = 'https://97w5xg.njtsmk.top/' //备用
>>>>>>> 847ab8ed4cc66df3b0efe222eb60b4d63f36ae2f
import _this from '../main.js' import _this from '../main.js'
......
...@@ -92,6 +92,7 @@ export const mode = { ...@@ -92,6 +92,7 @@ export const mode = {
label27: '更多公告', label27: '更多公告',
label28: '', label28: '',
toast1: '复制成功!', toast1: '复制成功!',
<<<<<<< HEAD
windowLabel1: '🚫 禁止西方擊球指南', windowLabel1: '🚫 禁止西方擊球指南',
windowLabel2: '本平臺爲公平健康的遊戲環境,嚴禁雙方下注。', windowLabel2: '本平臺爲公平健康的遊戲環境,嚴禁雙方下注。',
...@@ -103,8 +104,37 @@ export const mode = { ...@@ -103,8 +104,37 @@ export const mode = {
windowLabel7: '示例:A和B等同時下注時,在同一遊戲中進行與結果相沖突的多次下注時,利用多個賬戶分別下注遊戲結果時', windowLabel7: '示例:A和B等同時下注時,在同一遊戲中進行與結果相沖突的多次下注時,利用多個賬戶分別下注遊戲結果時',
windowLabel8: '📌 請堂堂正正地使用。 違反時責任在於本人,對由此帶來的不利影響不接受任何異議。', windowLabel8: '📌 請堂堂正正地使用。 違反時責任在於本人,對由此帶來的不利影響不接受任何異議。',
windowLabel11: '为提供更便捷的资金服务,平台支持所有用户使用 USDT(TRC20)进行出入金,系统将自动按实时汇率折算并快速到账', windowLabel11: '为提供更便捷的资金服务,平台支持所有用户使用 USDT(TRC20)进行出入金,系统将自动按实时汇率折算并快速到账',
=======
windowLabel1: '关于使用非法程序的通知',
windowLabel2: '2025年8月20日之后,我们的技术监控发现,一些会员试图利用人工智能程序进行非法套利。这给公司造成了重大损失,并严重损害了平台的形象。我们的技术部门已完全修复所有漏洞,并已确保受影响会员的身份和账户信息安全。',
windowLabel3: '因此,我们特此通知:',
windowLabel4: '通过非法程序获利的会员必须在2025年8月31日前返还其非法利润的50%。',
windowLabel5: '如会员未能在截止日期前返还,我们将立即提起法律诉讼,举报、冻结相关账户并立案调查。',
windowLabel6: '我们绝不容忍任何破坏系统公平性或损害我们利益的行为,并将追究相关责任人的责任。',
windowLabel7: '我司郑重声明:',
windowLabel8: '对于一切恶意举报、损害平台正常运营及全体会员利益的行为,公司将通过相关银行账户记录及其他合法手段进行追查,并将依法追究其法律责任,绝不姑息。',
windowLabel9: '请广大会员保持理性,共同维护平台的稳定发展。任何极端或不当行为,最终受损的不仅是平台,更会波及到每一位会员的利益。',
windowLabel10: '感谢大家的理解与支持。',
>>>>>>> 847ab8ed4cc66df3b0efe222eb60b4d63f36ae2f
}, },
mine: { mine: {
title: '我的', title: '我的',
kefu: '客服', kefu: '客服',
......
...@@ -92,20 +92,30 @@ export const mode = { ...@@ -92,20 +92,30 @@ export const mode = {
label27: 'More Notice', label27: 'More Notice',
label28: '', label28: '',
toast1: 'Copy successful!', toast1: 'Copy successful!',
windowLabel1: '🚫 Notice on banning two-way betting', windowLabel1: 'Notice Regarding the Use of Illegal Programs',
windowLabel2: 'This platform strictly prohibits two-way betting (double betting) to ensure a fair and healthy gaming environment.', windowLabel2: "After August 20, 2025, our technical monitoring revealed that a number of members were attempting illegal arbitrage using AI programs. This resulted in significant losses for the company and significant damage to the platform's image. Our technical department has completely closed all vulnerabilities and has secured the identities and account information of the affected members.",
windowLabel3: 'Therefore, we would like to inform you as follows:',
windowLabel4: 'Members who profited from illegal programs must return 50% of their illegal profits by August 31, 2025.',
windowLabel5: 'If they fail to do so by the deadline, we will immediately initiate legal proceedings and report the relevant accounts, freezing them and filing a case.',
windowLabel6: 'We will not tolerate any actions that undermine the fairness of the system or harm our interests, and we will hold those responsible accountable.',
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.',
windowLabel11: 'In order to provide more convenient funding services, the platform supports all users to use USDT (TRC20) for deposits and withdrawals. The system will automatically convert the funds according to the real-time exchange rate and quickly transfer them to the account.',
windowLabel7: 'Malicious reports and any actions that harm the normal operation of the platform and the interests of all members will be thoroughly tracked through relevant bank account records and other legal procedures. We will hold them accountable according to the law and will not tolerate such actions.',
windowLabel8: 'We would also like to inform you that we have already filed formal legal proceedings against some members whose malicious reports have been confirmed. We would like to reiterate our urgency to this matter.',
windowLabel9: 'We ask you to use rational judgment to protect the stability and growth of the platform. Extreme or inappropriate actions can ultimately harm not only our company but also other members.',
windowLabel10: 'All members are strongly advised to keep this in mind.',
}, },
mine: { mine: {
title: 'My', title: 'My',
kefu: 'Customer Service', kefu: 'Customer Service',
......
...@@ -95,19 +95,85 @@ export const mode = { ...@@ -95,19 +95,85 @@ export const mode = {
label27: '공지사항', label27: '공지사항',
label28: '방문을 환영합니다.', label28: '방문을 환영합니다.',
toast1: '복사가 완료되었습니다!', toast1: '복사가 완료되었습니다!',
windowLabel1: '🚫 양방배팅 금지 안내', column1: '전화번호',
windowLabel2: '본 플랫폼은 공정하고 건전한 게임 환경을 위해 양방배팅(이중 베팅) 을 엄격히 금지하고 있습니다.', column2: '이름',
column3: '은행',
column4: '계좌',
windowLabel1: '⚠️ 최종 경고 ⚠️',
windowLabel2: '당사는 AI 프로그램을 통한 불법 차익 거래에 연루된 관리층 전원의 명단을 이미 확보하였으며, 해당 인원의 신원 및 은행 계좌 정보를 모두 파악 완료했습니다.',
windowLabel3: '모든 관련자는 반드시 2025년 8월 31일 이전까지 불법 수익금중 50%를 반환해야 합니다.',
windowLabel4: '불이행 시',
windowLabel5: '1) 모든 관련 관리층의 실명 및 계좌 정보 전면 공개',
windowLabel6: '2) 하위 회원이 50명을 초과하는 경우, 해당 회원의 ',
windowLabel7: '3) 신원 및 계좌 정보 전면 공개',
windowLabel8: '4) 국내 주요 블로그 및 대형 커뮤니티 플랫폼에 위반 사실 대대적 폭로',
windowLabel9: '5) 법적 소송 절차 착수, 민·형사 고발',
windowLabel10: '당사는 플랫폼 질서를 훼손하거나 회원의 권익을 침해하는 어떤 행위도 절대 용납하지 않을 것이며, 모든 위반자에 대해 끝까지 추적·처벌할 것입니다.',
windowLabel11: '의무를 이행하지 않을 경우, 불이익은 전적으로 본인 책임임을 안내합니다.',
windowLabel12: '불법 프로그램 사용 관련 안내',
windowLabel13: '2025년 8월 20일 이후 당사 기술 모니터링 결과, 다수의 회원이 AI 프로그램을 이용한 불법 차익거래를 시도한 사실이 적발되었습니다. 이로 인해 회사는 심각한 손실을 입었고, 플랫폼의 이미지 또한 크게 훼손되었습니다. 현재 기술 부서에서 모든 취약점을 완전히 차단했으며, 관련 회원들의 신원과 계좌 정보 역시 확보한 상태입니다.',
windowLabel14: '이에 따라 다음과 같이 안내드립니다.',
windowLabel15: '불법 프로그램으로 수익을 취한 회원은 2025년 8월 31일까지 불법 수익의 50%를 반드시 반환해야 합니다.',
windowLabel16: '기한 내 불이행 시, 즉시 법적 소송 절차를 개시하고, 해당 계좌를 신고하여 계좌 동결 및 사건 접수 등의 조치를 취할 것입니다.',
windowLabel17: '시스템의 공정성을 해치고 당사의 이익을 침해하는 어떠한 행위도 결코 용납하지 않으며, 끝까지 책임을 묻겠습니다.',
windowLabel3: '양방배팅 적발 시 조치 사항',
windowLabel4: '1) 사전 경고 없이 계정 정지 또는 이용 제한',
windowLabel5: '2) 배당금 몰수 및 정산 취소',
windowLabel6: '3) 보유 금액 전액 회수 조치',
windowLabel7: '예시 : A와 B등 동시에 베팅하는 경우, 동일 게임에서 결과에 상충하는 복수의 베팅을 하는 경우 다계정을 이용해 게임 결과에 각각 베팅하는 경우',
windowLabel8: '📌 정정당당한 이용을 부탁드립니다. 위반 시 책임은 본인에게 있으며, 이로 인한 불이익에 대해서는 어떠한 이의도 받지 않습니다.',
windowLabel11: '더 빠르고 편리한 서비스 제공을 위해 플랫폼에서는 모든 회원님께 USDT(TRC20) 기반의 입출금을 지원하며, 입출금 시 실시간 환율이 자동 적용됩니다.ke',
}, },
mine: { mine: {
title: '내 정보', title: '내 정보',
kefu: '고객센터', kefu: '고객센터',
...@@ -468,10 +534,10 @@ export const main = { ...@@ -468,10 +534,10 @@ export const main = {
other2: '메모', other2: '메모',
other3: '메모를 입력하세요', other3: '메모를 입력하세요',
tipsTitle: '주의 사항', tipsTitle: '주의 사항',
tips1: '충전을 원하실 경우 고객센터에 입금 계좌문의를 하시길 바랍니다.', tips1: '충전을 원하시면 고객센터에 문의하셔서 은행 계좌를.',
tips2: '당사의 입금 전용 계좌는 수시로 변경되므로, 항상 현재 화면에 표시된 계좌로 입금해 주시기 바랍니다.', tips2: '당사의 입금 전용 계좌는 수시로 변경되므로, 항상 현재 화면에 표시된 계좌로 입금해 주시기 바랍니다.',
tips3: '임의로 이전 계좌로 잘못 입금하신 경우 발생하는 금전적 손실에 대해서는 당사는 책임지지 않습니다.', tips3: '임의로 이전 계좌로 잘못 입금하신 경우 발생하는 금전적 손실에 대해서는 당사는 책임지지 않습니다.',
error1: '입출금 시간 안내 : 평일 오전 10시부터 오후 10시까지 이며, 주말 오후 1시부터 오후 10시까지 입니다.' error1: '입출금 시간 안내 : 평일 오전 10시부터 오후 10시까지 이며, 주말 오후 1시부터 오후 10시까지 입니다.',
}, },
register: { register: {
......
...@@ -297,7 +297,7 @@ export default new Router({ ...@@ -297,7 +297,7 @@ export default new Router({
component: recharge, component: recharge,
meta: { meta: {
requireAuth: true, requireAuth: true,
keepAlive: true,//是否缓存组件 keepAlive: false,//是否缓存组件
useCatch: false//是否用缓存 useCatch: false//是否用缓存
} }
}, { }, {
......
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