1
jhzh
2024-08-15 0b909dcd3e4c925b23c69a375a5077fb733766aa
src/page/perpetualContract/perpetualHistory.vue
@@ -28,9 +28,10 @@
          :key="item.title"
          :name="item.type"
        >
          <div class="all-select flex justify-end">yfii
            <div class="select-box flex" @click.stop="isAll = !isAll">
              <div class="flex-1 font-24">{{ symbol.toUpperCase() }}/USDT</div>
          <!-- <div class="all-select flex justify-end"> -->
            <!-- <div class="select-box flex" @click.stop="isAll = !isAll">
              <div class="flex-1 font-24" v-if="symbol=='love'">ORBITAL/USDT</div>
           <div class="flex-1 font-24" v-else>{{ symbol.toUpperCase() }}/USDT</div>
              <van-icon name="arrow-down" />
              <div class="select-data" v-if="isAll">
                <div
@@ -39,11 +40,16 @@
                  v-for="(item2, index) in currencyList"
                  :key="index"
                >
                  {{ item2.symbol.toUpperCase() }}/USDT
            <div v-if="item2.symbol=='love'">
               ORBITAL/USDT
            </div>
                  <div v-else>
                     {{ item2.symbol.toUpperCase() }}/USDT
                  </div>
                </div>
              </div>
            </div>
          </div>
            </div> -->
          <!-- </div> -->
          <template v-if="type === 'orders'">
            <van-list
              v-model="loading"
@@ -166,6 +172,7 @@
      this.$router.go(-1);
    },
    async fetchList(symbol) {
      symbol = ''
      const _api = this.type === "orders" ? _orderListCur : _orderListHold;
      const type = this.type;
      _api(symbol, type, this.page).then((data) => {