From f9ed6a8d29e3d465afcdcd7e5840df1d77d49c66 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 22 Oct 2024 13:53:53 +0800
Subject: [PATCH] 修改首页客服图标
---
src/API/trade.api.js | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/API/trade.api.js b/src/API/trade.api.js
index d29c51f..c19d470 100644
--- a/src/API/trade.api.js
+++ b/src/API/trade.api.js
@@ -42,6 +42,21 @@
if(symbol=='orbital'){
symbol = 'mother'
}
+ if(symbol=='zyd'){
+ symbol = 'zkp'
+ }
+ if(symbol=='dea'){
+ symbol = 'dia'
+ }
+ if(symbol=='axfd'){
+ symbol = 'xeta'
+ }
+ if(symbol=='smk'){
+ symbol = 'og'
+ }
+ if(symbol=='fpp'){
+ symbol = 'fil'
+ }
return request({
url: "/api/contractApplyOrder!openview.action",
method: "GET",
--
Gitblit v1.9.3