Commit a70f3e05 by GiottoMaster

update

parent eb87ef92
...@@ -209,35 +209,35 @@ ...@@ -209,35 +209,35 @@
</div> </div>
</div> </div>
<van-dialog v-model="dialogShow" :closeOnClickOverlay="true" :showConfirmButton="false"> <van-dialog v-model="dialogShow" :closeOnClickOverlay="true" :showConfirmButton="false">
<div class="wrap"> <div class="wrap" style="padding-top: 20px;">
<div class="label">{{ $t('mode.index.windowLabel1') }}</div> <div class="label">{{ $t('mode.index.windowLabel6') }}</div>
<br /> <br />
<div class="label">{{ $t('mode.index.windowLabel2') }}</div> <div class="label">{{ $t('mode.index.windowLabel7') }}</div>
<br /> <br />
<div class="label">{{ $t('mode.index.windowLabel3') }}</div> <div class="label">{{ $t('mode.index.windowLabel8') }}</div>
<br /> <br />
<div class="label">{{ $t('mode.index.windowLabel4') }}</div> <div class="label">{{ $t('mode.index.windowLabel9') }}</div>
<br /> <br />
<div class="label">{{ $t('mode.index.windowLabel5') }}</div> <div class="label">{{ $t('mode.index.windowLabel10') }}</div>
<div class="close" @click="dialogShow = false"> <div class="close" @click="dialogShow = false">
<van-icon name="cross" size="20px"/> <van-icon name="cross" size="20px"/>
</div> </div>
</div> </div>
</van-dialog> </van-dialog>
<van-dialog v-model="dialogShow2" :closeOnClickOverlay="true" :showConfirmButton="false"> <van-dialog v-model="dialogShow2" :closeOnClickOverlay="true" :showConfirmButton="false">
<div class="wrap" style="padding-top: 20px;"> <div class="wrap">
<div class="label">{{ $t('mode.index.windowLabel6') }}</div> <div class="label">{{ $t('mode.index.windowLabel1') }}</div>
<br /> <br />
<div class="label">{{ $t('mode.index.windowLabel7') }}</div> <div class="label">{{ $t('mode.index.windowLabel2') }}</div>
<br /> <br />
<div class="label">{{ $t('mode.index.windowLabel8') }}</div> <div class="label">{{ $t('mode.index.windowLabel3') }}</div>
<br /> <br />
<div class="label">{{ $t('mode.index.windowLabel9') }}</div> <div class="label">{{ $t('mode.index.windowLabel4') }}</div>
<br /> <br />
<div class="label">{{ $t('mode.index.windowLabel10') }}</div> <div class="label">{{ $t('mode.index.windowLabel5') }}</div>
<div class="close" @click="dialogShow2 = false"> <div class="close" @click="dialogShow2 = false">
<van-icon name="cross" size="20px"/> <van-icon name="cross" size="20px"/>
</div> </div>
......
...@@ -92,11 +92,11 @@ export const mode = { ...@@ -92,11 +92,11 @@ export const mode = {
label27: '更多公告', label27: '更多公告',
label28: '', label28: '',
toast1: '复制成功!', toast1: '复制成功!',
windowLabel1: '尊敬的会员:', windowLabel1: '📢 提款相关公告',
windowLabel2: '由于目前平台会员数量持续增长,近期取款申请集中增加,导致财务处理压力加大。', windowLabel2: '近期由于大量提款请求同时提交,且取消请求也大幅增加,导致提款数据处理过程中出现延迟和错误。',
windowLabel3: '因此,在本公告发布后的 24小时内,取款到账时间可能会出现一定延时。', windowLabel3: '为确保系统稳定处理,不得已对已受理的所有提款申请进行了统一驳回处理。如需提款,请会员重新提交申请。',
windowLabel4: '请会员放心,公司已在第一时间增派财务人员,加快出款流程,确保每一笔资金安全、顺利到账。', windowLabel4: '重新提交的提款申请将会正常按顺序处理。对于因此给您带来的不便,我们深表歉意,感谢您的理解与支持。',
windowLabel5: '对此给您带来的不便,我们深表歉意,也感谢您的理解与支持。', windowLabel5: '— 威尼斯人运营团队 敬上 —',
windowLabel6: '近期,我司发现个别会员对公司银行账户进行恶意举报。对此行为,公司已高度重视。', windowLabel6: '近期,我司发现个别会员对公司银行账户进行恶意举报。对此行为,公司已高度重视。',
...@@ -106,6 +106,16 @@ export const mode = { ...@@ -106,6 +106,16 @@ export const mode = {
windowLabel10: '感谢大家的理解与支持。', windowLabel10: '感谢大家的理解与支持。',
}, },
mine: { mine: {
title: '我的', title: '我的',
kefu: '客服', kefu: '客服',
......
...@@ -92,11 +92,11 @@ export const mode = { ...@@ -92,11 +92,11 @@ export const mode = {
label27: 'More Notice', label27: 'More Notice',
label28: '', label28: '',
toast1: 'Copy successful!', toast1: 'Copy successful!',
windowLabel1: '📢Withdrawal Notice', windowLabel1: '📢 Withdrawal Announcement',
windowLabel2: 'Due to the recent increase in the number of members, withdrawal requests have been exceeding the usual number, causing some delays in processing withdrawals. As a result, withdrawals made within 24 hours of this notice may take some time to process.', windowLabel2: 'Recently, due to a large number of simultaneous withdrawal requests and a significant increase in cancellation requests, we have experienced delays and errors in withdrawal data processing.',
windowLabel3: 'We are currently deploying additional staff to manage deposits and withdrawals to expedite withdrawal processes and are doing our best to ensure the safe processing of all funds.', windowLabel3: 'To ensure system stability, we have been forced to reject all accepted withdrawal requests. Members who wish to withdraw funds are requested to resubmit their requests.',
windowLabel4: 'We sincerely apologize for any inconvenience this may cause and ask for your understanding and cooperation.', windowLabel4: 'Resubmitted withdrawal requests will be processed in the normal order. We sincerely apologize for the inconvenience this may cause you and thank you for your understanding and support.',
windowLabel5: '', windowLabel5: '— Sincerely, The Venetian Operations Team—',
windowLabel6: 'We have recently confirmed that some members have made malicious reports regarding our bank accounts, and we are already taking very strict action against this.', windowLabel6: 'We have recently confirmed that some members have made malicious reports regarding our bank accounts, and we are already taking very strict action against this.',
......
...@@ -95,11 +95,11 @@ export const mode = { ...@@ -95,11 +95,11 @@ export const mode = {
label27: '공지사항', label27: '공지사항',
label28: '방문을 환영합니다.', label28: '방문을 환영합니다.',
toast1: '복사가 완료되었습니다!', toast1: '복사가 완료되었습니다!',
windowLabel1: '📢출금관련 공지', windowLabel1: '📢 출금 관련 공지',
windowLabel2: '최근 회원 수 증가로 인해 출금 신청이 평소보다 집중되면서 출금 처리에 일부 지연이 발생하고 있습니다. 이로 인해 본 공지 이후 24시간 이내의 출금 건은 정상 처리까지 다소 시간이 소요될 수 있습니다.', windowLabel2: '최근 출금 요청이 동시에 대량으로 접수되면서 취소 요청 역시 대량 발생하였고, 이로 인해 출금 데이터 처리 과정에서 지연 및 오류가 발생하였습니다.',
windowLabel3: '현재 당사는 입출금 관리 인력을 추가 배치하여 출금 절차를 신속히 진행하고 있으며, 모든 자금이 안전하게 처리될 수 있도록 최선을 다하고 있습니다.', windowLabel3: '안정적인 처리를 위해 부득이하게 접수된 모든 출금 건은 일괄 반려 처리되었음을 안내드립니다. 출금을 원하시는 회원님께서는 다시 신청을 진행해 주시기 바랍니다.',
windowLabel4: '회원 여러분께 불편을 끼쳐드린 점 깊이 사과드리며, 너그러운 이해와 협조를 부탁드립니다.', windowLabel4: '재신청하신 출금 건은 정상적으로 순차 처리될 예정이며, 서비스 이용에 불편을 드린 점 깊이 사과드립니다. 감사합니다.',
windowLabel5: '', windowLabel5: '- 더 베네시안 운영팀 드림 -',
windowLabel6: '최근 당사 은행 계좌에 대해 일부 회원이 악의적인 신고를 한 사례가 확인되었으며, 이에 대해 당사는 이미 매우 엄중하게 대응하고 있습니다.', windowLabel6: '최근 당사 은행 계좌에 대해 일부 회원이 악의적인 신고를 한 사례가 확인되었으며, 이에 대해 당사는 이미 매우 엄중하게 대응하고 있습니다.',
...@@ -116,6 +116,14 @@ export const mode = { ...@@ -116,6 +116,14 @@ export const mode = {
mine: { mine: {
title: '내 정보', title: '내 정보',
kefu: '고객센터', kefu: '고객센터',
......
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