From b4400036ffe65ecfe86dc34b08ba8ee19f8f1cf2 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Mon, 30 Jun 2025 11:50:34 +0800
Subject: [PATCH] style 充值接口替换

---
 src/api/currency.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/api/currency.js b/src/api/currency.js
index d3dc28c..9381635 100644
--- a/src/api/currency.js
+++ b/src/api/currency.js
@@ -68,7 +68,13 @@
   return Axios.fetch("/wap/api/itemUserOptional!list.action", data);
 }
 
+//轮播
+const getBanner = (data) => {
+  return Axios.fetch("/wap/api/banner!list.action", data)
+};
+
 export default {
+  getBanner,
   currencyDetails,
   getRealtime,
   BuyOpenView,

--
Gitblit v1.9.3