Commit d7c72b16 by kun

调起父级 关闭ifram窗口

parent 5b2e469e
......@@ -11,7 +11,9 @@
<div style="text-align: left">{{ dataSource.resource.bank_name+'(****'+dataSource.resource.bank_account_no.substring(dataSource.resource.bank_account_no.length-4,dataSource.resource.bank_account_no.length)+')' }}</div>
</el-form-item>
<el-form-item label="提现金额:">
<div style="text-align: left"><span style="color: #ff6625;">{{ dataSource.money }}</span><span style="color: #ff6625;">(+0.0元 服务费)</span></div>
<div style="text-align: left"><span style="color: #ff6625;">{{ dataSource.money }}</span>
<!-- <span style="color: #ff6625;">(+0.0元 服务费)</span>-->
</div>
</el-form-item>
<el-form-item label="到账时间:">
<div style="color: #ff6625;text-align: left">预计24小时内到账,请留意到账提醒</div>
......
......@@ -30,9 +30,11 @@
},
methods: {
rollOut(){
this.$router.go(-1)
window.parent.postMessage({data:false},'*');
},
goBackAccount(){
this.$router.go(-1)
window.parent.postMessage({data:false},'*');
}
}
......
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