Commit fdb81363 by GiottoMaster

update

parent 3be7513d
...@@ -203,6 +203,13 @@ ...@@ -203,6 +203,13 @@
</div> </div>
</div> </div>
</div> </div>
<!-- 弹出层 -->
<van-popup v-model="windowShow" :style="{ background: '#f8f8f8' }" class="card" closeable>
<div class="tishi">{{ $t('main.recharge.label24') }}</div>
<div class="content">{{ $t('main.recharge.tips1') }}</div>
</van-popup>
</div> </div>
</template> </template>
<script> <script>
...@@ -210,6 +217,7 @@ export default { ...@@ -210,6 +217,7 @@ export default {
name: 'recharge', name: 'recharge',
data() { data() {
return { return {
windowShow:true,
pay_way: 'bank', pay_way: 'bank',
bankBox: {}, bankBox: {},
payInfo: {}, payInfo: {},
...@@ -541,6 +549,8 @@ export default { ...@@ -541,6 +549,8 @@ export default {
}, },
mounted() { mounted() {
let that = this; let that = this;
this.windowShow = true
console.log(this.windowShow)
}, },
updated() { updated() {
let that = this; let that = this;
...@@ -548,6 +558,7 @@ export default { ...@@ -548,6 +558,7 @@ export default {
beforeRouteEnter(to, from, next) { beforeRouteEnter(to, from, next) {
next(vm => { next(vm => {
console.log(vm); console.log(vm);
vm.windowShow = true
let that = this; let that = this;
vm.getuseCardlist(); vm.getuseCardlist();
}); });
...@@ -726,10 +737,24 @@ export default { ...@@ -726,10 +737,24 @@ export default {
box-sizing: border-box; box-sizing: border-box;
} }
.card {
border-radius: 10px;
padding: 16px;
.tishi {
text-align: center;
}
.content {
margin-top: 10px;
}
}
</style> </style>
<style > <style >
.in1 input { .in1 input {
font-size: 14px !important; font-size: 14px !important;
} }
.van-popup__close-icon--top-right {
font-size: 16px;
}
</style> </style>
\ No newline at end of file
...@@ -453,6 +453,7 @@ export const main = { ...@@ -453,6 +453,7 @@ export const main = {
other1: '钱包地址', other1: '钱包地址',
other2: '备注', other2: '备注',
other3: '请输入备注', other3: '请输入备注',
tips1: '如果您需要储值,请联系客服中心确认银行账户。',
}, },
register: { register: {
......
...@@ -453,6 +453,7 @@ export const main = { ...@@ -453,6 +453,7 @@ export const main = {
other1: 'Wallet address', other1: 'Wallet address',
other2: 'Remarks', other2: 'Remarks',
other3: 'Please enter remarks', other3: 'Please enter remarks',
tips1: 'If you need to top up, please contact the customer service center to confirm your bank account.',
}, },
register: { register: {
......
...@@ -428,7 +428,7 @@ export const main = { ...@@ -428,7 +428,7 @@ export const main = {
label24: '안내 사항', label24: '안내 사항',
label25: '올바른 USDT 프로토콜을 선택하여 결제해 주세요. 잘못된 프로토콜로 결제할 경우, 플랫폼에서 결제를 확인할 수 없으며 이에 대한 책임을 지지 않습니다!', label25: '올바른 USDT 프로토콜을 선택하여 결제해 주세요. 잘못된 프로토콜로 결제할 경우, 플랫폼에서 결제를 확인할 수 없으며 이에 대한 책임을 지지 않습니다!',
label26: '입금 금액', label26: '입금 금액',
label27: '즉시 입금', label27: '입금요청',
label28: '문제가 있으신가요?', label28: '문제가 있으신가요?',
label29: '고객센터 문의하기', label29: '고객센터 문의하기',
label30: '', label30: '',
...@@ -456,6 +456,7 @@ export const main = { ...@@ -456,6 +456,7 @@ export const main = {
other1: '지갑 주소', other1: '지갑 주소',
other2: '메모', other2: '메모',
other3: '메모를 입력하세요', other3: '메모를 입력하세요',
tips1: '충전을 원하실 경우 고객센터에 입금 계좌문의를 하시길 바랍니다.'
}, },
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