| | |
| | | </div> |
| | | <div class="footer-btn"> |
| | | <div class="total"> |
| | | <p class="pay">支付保证金<span class="protem">¥{{cnyTotal?cnyTotal:0}}</span></p> |
| | | <p class="pay">支付保证金<span class="protem">円{{cnyTotal?cnyTotal:0}}</span></p> |
| | | <p class="account">(期货余额:{{$store.state.userInfo.enableFuturesAmt}}元)</p> |
| | | </div> |
| | | <mt-button :disabled='buying' class="btn-red" size="small" type="danger" @click="toInquiry">下单</mt-button> |
| | |
| | | // 价钱 * 汇率 转为 人民币 |
| | | return (this.total * this.exchangeNumber).toFixed(2) |
| | | }, |
| | | |
| | | price () { |
| | | if (this.autoNumber) { |
| | | return (this.detail.eachPoint * this.autoNumber * 100).toFixed(2) |