| | |
| | | <div class="mt-40 mb-30 w-full flex justify-between items-center"> |
| | | <span class="font-22 font-400 text-grey">{{ $t("可开张数") }}</span> |
| | | <span class="font-22 font-400 textColor"> |
| | | {{ initData.volume }} |
| | | {{ Math.floor(initOpen.volume/form.lever_rate) || initData.volume }} |
| | | {{ $t("张") }} |
| | | </span> |
| | | </div> |
| | |
| | | }, |
| | | }, |
| | | watch: { |
| | | // 'form.lever_rate': { |
| | | // handler(val) { |
| | | // if (this.selectIndex / 1 === 1) { |
| | | // // 当杠杆率变化时,重新计算可开张数 |
| | | // this.handleInitSliderOption(); |
| | | // } |
| | | // }, |
| | | // immediate: true |
| | | // }, |
| | | price(val) { |
| | | if (this.type === "1") { |
| | | // !this.focus && |
| | |
| | | // const ENV_DEV = 'dapp.trullcpro.top' // dev123123csjys.gayssad.comwww.trullcpro.top |
| | | // const ENV_DEV = 'www.trullcpro.top' // dev123123csjys.gayssad.com |
| | | const ENV_DEV = 'btc.btcwapo.com' // dev123123 |
| | | // const ENV_DEV = '192.168.10.4:8091' // dev123123 |
| | | // const ENV_DEV = 'www.blackstone.top' // yunge |
| | | |
| | | |