li.shaoyi 2 anni fa
parent
commit
9fdfac7f78

+ 5 - 5
src/packages/pc/components/modules/quote/forex/index.vue

@@ -47,31 +47,31 @@ const buyList = computed(() => {
                 label: '买一',
                 price: item.bid,
                 qty: item.bidvolume,
-                color: item.askColor,
+                color: item.bidColor,
             },
             {
                 label: '买二',
                 price: item.bid2,
                 qty: item.bidvolume2,
-                color: item.ask2Color,
+                color: item.bid2Color,
             },
             {
                 label: '买三',
                 price: item.bid3,
                 qty: item.bidvolume3,
-                color: item.ask3Color,
+                color: item.bid3Color,
             },
             {
                 label: '买四',
                 price: item.bid4,
                 qty: item.bidvolume4,
-                color: item.ask4Color,
+                color: item.bid4Color,
             },
             {
                 label: '买五',
                 price: item.bid5,
                 qty: item.bidvolume5,
-                color: item.ask5Color,
+                color: item.bid5Color,
             }
         ]
         return result.slice(0, item.quotegear || 1)