|
@@ -20,9 +20,9 @@
|
|
|
<div style="margin:10px 0">
|
|
|
<div style="margin:10px 0">
|
|
|
<p>可提现金额:<strong style="color:#ed1c24;">{{ pageInfo&&(pageInfo.activeAmount||pageInfo.activeAmount==0)?toThousands(pageInfo.activeAmount):'--' }}</strong></p>
|
|
|
- <p> 账户总金额:{{ pageInfo&&(pageInfo.totalAmount||pageInfo.totalAmount==0)?toThousands(pageInfo.totalAmount):'--' }}(包含到账金额:<span>{{ pageInfo&&(pageInfo.activeAmount||pageInfo.activeAmount==0)?toThousands(pageInfo.activeAmount):'--' }}</span>,在途金额:{{ pageInfo&&(pageInfo.floatAmount||pageInfo.floatAmount==0)?toThousands(pageInfo.floatAmount):'--' }})</p>
|
|
|
- <p>账户冻结金额:{{ pageInfo&&(pageInfo.freezeAmount||freezeAmount==0)?toThousands(pageInfo.freezeAmount):'--' }}</p>
|
|
|
- <p style="margin-top:10px;">(提示:①提现手续费为0.5元/笔;②资金到账周期为工作日+1天;③线上支付订单需审核通过后才能提现;④订单被审核不通过或修理厂取消订单后将会在1-3个工作日原路返回到修理厂)</p>
|
|
|
+ <p>账户总金额:{{ pageInfo&&(pageInfo.totalAmount||pageInfo.totalAmount==0)?toThousands(pageInfo.totalAmount):'--' }}(包含到账金额:<span>{{ pageInfo&&(pageInfo.activeAmount||pageInfo.activeAmount==0)?toThousands(pageInfo.activeAmount):'--' }}</span>,在途金额:{{ pageInfo&&(pageInfo.floatAmount||pageInfo.floatAmount==0)?toThousands(pageInfo.floatAmount):'--' }})</p>
|
|
|
+ <p>保证金:{{ pageInfo&&(pageInfo.freezeAmount||freezeAmount==0)?toThousands(pageInfo.freezeAmount):'--' }}(已冻结金额:{{ pageInfo&&(pageInfo.freezeAmount||freezeAmount==0)?toThousands(pageInfo.freezeAmount):'--' }})</p>
|
|
|
+ <p style="margin-top:10px;">(①提现手续费为0.5元/笔;②资金到账周期:线上支付订单出库后自然日+10天;③订单被审核不通过或修理厂取消订单后,将在1-3个工作日原路返回对应金额)</p>
|
|
|
</div>
|
|
|
<a-button
|
|
|
id="withdrawal-tixian"
|
|
@@ -156,7 +156,7 @@ export default {
|
|
|
// 计算表格高度
|
|
|
setTableH () {
|
|
|
const tableSearchH = this.$refs.tableSearch.offsetHeight
|
|
|
- this.tableHeight = window.innerHeight - tableSearchH - 350
|
|
|
+ this.tableHeight = window.innerHeight - tableSearchH - 360
|
|
|
},
|
|
|
// 页面初始化
|
|
|
pageInit () {
|