jhzh
2024-08-22 c55af1ea5bd790dec3b5e99d7a8073e86c1b09aa
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;