Commit 405d90ab by GiottoMaster

update

parent a70f3e05
...@@ -268,7 +268,7 @@ export default { ...@@ -268,7 +268,7 @@ export default {
let that = this; let that = this;
that.daoTime = setInterval(() => { that.daoTime = setInterval(() => {
that.getBalance(); that.getBalance();
}, 4300); }, 30000);
}, },
// 不刷新页面跟新用户信息 // 不刷新页面跟新用户信息
getUserInfo() { getUserInfo() {
......
...@@ -208,9 +208,9 @@ ...@@ -208,9 +208,9 @@
<!-- 弹出层 --> <!-- 弹出层 -->
<van-popup v-model="windowShow" :style="{ background: '#f8f8f8' }" class="card" closeable> <van-popup v-model="windowShow" :style="{ background: '#f8f8f8' }" class="card" closeable>
<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>
</div> </div>
</template> </template>
...@@ -551,7 +551,7 @@ export default { ...@@ -551,7 +551,7 @@ export default {
}, },
mounted() { mounted() {
let that = this; let that = this;
// this.windowShow = true this.windowShow = true
console.log(this.windowShow) console.log(this.windowShow)
}, },
updated() { updated() {
......
...@@ -484,10 +484,10 @@ export const main = { ...@@ -484,10 +484,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: {
......
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