提现记录 申诉
This commit is contained in:
parent
c02a32355b
commit
214b940336
@ -294,5 +294,6 @@ export default {
|
|||||||
fengmianyaoqiu1:"File extension: JPG, png",
|
fengmianyaoqiu1:"File extension: JPG, png",
|
||||||
fengmianyaoqiu2:"File size limit: 2m",
|
fengmianyaoqiu2:"File size limit: 2m",
|
||||||
kahaoweikong:"Card number cannot be empty",
|
kahaoweikong:"Card number cannot be empty",
|
||||||
kaihuhangweikong:"Swiftcode cannot be empty"
|
kaihuhangweikong:"Swiftcode cannot be empty",
|
||||||
|
shensu:"Appeal"
|
||||||
}
|
}
|
@ -294,5 +294,6 @@ export default {
|
|||||||
xuanzefenxiangneirong:"请选择分享的内容",
|
xuanzefenxiangneirong:"请选择分享的内容",
|
||||||
guanbishibai:"关闭失败",
|
guanbishibai:"关闭失败",
|
||||||
kahaoweikong:"卡号不能为空",
|
kahaoweikong:"卡号不能为空",
|
||||||
kaihuhangweikong:"开户行不能为空"
|
kaihuhangweikong:"开户行不能为空",
|
||||||
|
shensu:"申诉"
|
||||||
}
|
}
|
@ -86,7 +86,11 @@
|
|||||||
<div class="right">{{accountinfo.typename}}</div>
|
<div class="right">{{accountinfo.typename}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="back" @click="navto(2)">{{lan.$t('fanhui')}}</div>
|
<div style="display:flex">
|
||||||
|
<div class="back" @click="navto(2)">{{lan.$t('fanhui')}}</div>
|
||||||
|
<div class="back fail" @click="navto(3)">{{lan.$t('shensu')}}</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<NavBottom class="navbottom"></NavBottom>
|
<NavBottom class="navbottom"></NavBottom>
|
||||||
</div>
|
</div>
|
||||||
@ -135,6 +139,8 @@ export default defineComponent({
|
|||||||
path: url,
|
path: url,
|
||||||
query:{ifsale:id }
|
query:{ifsale:id }
|
||||||
});
|
});
|
||||||
|
}else if(index==3){
|
||||||
|
router.push({ path: "/mine/aboutus", query: { selected: 3 } });
|
||||||
}else{
|
}else{
|
||||||
router.push({
|
router.push({
|
||||||
path: url
|
path: url
|
||||||
@ -205,10 +211,14 @@ export default defineComponent({
|
|||||||
margin-top: 57px;
|
margin-top: 57px;
|
||||||
margin-left: 63px;
|
margin-left: 63px;
|
||||||
}
|
}
|
||||||
|
.fail{
|
||||||
|
background: #D12C2E;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.navbottom{
|
.navbottom{
|
||||||
padding-top: 75px;
|
padding-top: 75px;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user