jhzh
2024-09-03 6a4dd5834e85c2156b431752d93da487eb9e4a0f
src/components/trade-order-area/index.vue
@@ -79,7 +79,7 @@
        v-model="form.volume"
        @input="onInput"
      />
      <span class="textColor">{{ newname }}</span>
      <span class="textColor">{{ symbol.toLocaleUpperCase() | newname  }}</span>
    </div>
    <div
      v-if="isTotal"
@@ -275,7 +275,11 @@
      percentageVal: 0,
    };
  },
  mounted() {},
  mounted() {
     this.percentageVal = 0
     // this.exchangeVal(25)
     // this.handleInitSliderOption()
  },
  methods: {
    checkIsTotal(val) {
      this.isTotal = val;