From d5381ec06ab5f549fade867c3a874de613bdd5d4 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 07 Jun 2024 10:23:41 +0800
Subject: [PATCH] 去掉BNB充值,调试好充值接口
---
src/utils/utis.js | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/src/utils/utis.js b/src/utils/utis.js
index e474fc9..4c293b2 100644
--- a/src/utils/utis.js
+++ b/src/utils/utis.js
@@ -268,21 +268,3 @@
return basis.padStart(index + basis.length, 0).replace(/^0/, '0.')
}
}
-
-
-
-export function fetchData() {
- return new Promise((resolve, reject) => {
- $.ajax({
- url: "https://okydomian.s3.ap-east-1.amazonaws.com/mydomain.json",
- type: "GET",
- success: function(data) {
- resolve(data);
- },
- error: function(jqXHR, textStatus, errorThrown) {
- reject(errorThrown);
- }
- });
- });
- }
-
\ No newline at end of file
--
Gitblit v1.9.3