jhzh
2024-08-13 4d9fcbd65c90edae2338ad385e97e56c6cf739f4
src/page/perpetualContract/perpetualHistory.vue
@@ -28,8 +28,8 @@
          :key="item.title"
          :name="item.type"
        >
          <div class="all-select flex justify-end">
            <div class="select-box flex" @click.stop="isAll = !isAll">
          <!-- <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" />
@@ -48,8 +48,8 @@
                  </div>
                </div>
              </div>
            </div>
          </div>
            </div> -->
          <!-- </div> -->
          <template v-if="type === 'orders'">
            <van-list
              v-model="loading"
@@ -172,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) => {