Commit c77a7ed2 by GiottoMaster

update

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