| | |
| | | <!-- {{initFutrue.amount / (initData.amount + 0.0375) * form.lever_rate }} // --> |
| | | <!-- {{ initFutrue.amount }} // 余额 --> |
| | | </span> |
| | | {{ form.lever_rate }} |
| | | <!-- {{ form.lever_rate }} --> |
| | | <span |
| | | class="font-22 font-400 textColor" |
| | | v-if="form.lever_rate == 25" |
| | |
| | | this.$refs.sliderRef.emptyValue(); |
| | | } |
| | | this.$toast(this.$t("操作成功")); |
| | | |
| | | _getBalance().then((data) => { |
| | | // 刷新余额 |
| | | this.$store.commit("user/SET_USERINFO", { |
| | | balance: data.money, |
| | | }); |
| | | location.reload(); |
| | | }); |
| | | this.$emit("ordered", emitFunc); |
| | | if (this.selectIndex / 1 === 2) { |