5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-06-13 066ec67b7080f07a0e47dda9864ee6be2e4b9053
src/components/constract/components/orderBookNew.vue
@@ -83,9 +83,7 @@
                  <li
                    class="order-book-item asks"
                    style=""
                    v-for="(item, index) in orderBookType === 'sell'
                      ? sellList.slice(0, 7)
                      : sellList.slice(0, 7)"
                    v-for="(item, index) in sellList.slice(0, 7)"
                    :key="'a' + index"
                    @click="changeClickData(item)"
                  >
@@ -137,9 +135,7 @@
                  </div>
                  <li
                    class="order-book-item bids"
                    v-for="(item, index) in orderBookType === 'buy'
                      ? buyList.slice(0, 7)
                      : buyList.slice(0, 7)"
                    v-for="(item, index) in buyList.slice(0, 7)"
                    :key="'x' + index"
                    @click="changeClickData(item)"
                  >
@@ -189,7 +185,7 @@
                <div style="height: 150px; overflow-y: scroll">
                  <li
                    class="order-book-item asks"
                    v-for="(item, index) in recentList.slice(0,7)"
                    v-for="(item, index) in recentList.slice(0, 7)"
                    :key="'a' + index"
                    @click="changeClickData(item)"
                  >