dcc
2025-03-25 adaa4c5f440a1dacb0b0ffcb451923fc74bdc5f8
src/page/home/futures-buy.vue
@@ -293,6 +293,7 @@
      // 价钱 * 汇率 转为 人民币
      return (this.total * this.exchangeNumber).toFixed(2)
    },
    price () {
      if (this.autoNumber) {
        return (this.detail.eachPoint * this.autoNumber * 100).toFixed(2)