huangbin 4 年之前
父节点
当前提交
1f2cbaab83

+ 1 - 1
public/config/app.config.json

@@ -1,3 +1,3 @@
 {
-    "apiUrl": "http://192.168.31.202:8080/cfg?key=test_202"
+    "apiUrl": "http://192.168.31.139:8080/cfg?key=test_139"
 }

+ 1 - 1
src/views/order/funding_information/components/funding_information_funding_summary/index.vue

@@ -32,7 +32,7 @@
       <!-- 浮动盈亏 -->
       <template #closepl="{ record }">
         <span
-          :class="handleQuotePriceColor(+handleProfitloss(record), 0)"
+          :class="[+handleProfitloss(record) > 0 ? 'up-quote-color' : +handleProfitloss(record) === 0 ? '' : 'down-quote-color']"
         >{{ handleProfitloss(record) }}</span>
       </template>
       <!-- 风险率 -->