From 0d8b60c9ed72d996280688a82ffa8eac3afbbff9 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期五, 02 六月 2023 15:28:24 +0800
Subject: [PATCH] 新增加充值和提现功能

---
 management/guns-admin/src/main/webapp/static/modular/system/tAgent/tAgent_info.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/management/guns-admin/src/main/webapp/static/modular/system/tAgent/tAgent_info.js b/management/guns-admin/src/main/webapp/static/modular/system/tAgent/tAgent_info.js
index 179ae62..53f47c2 100644
--- a/management/guns-admin/src/main/webapp/static/modular/system/tAgent/tAgent_info.js
+++ b/management/guns-admin/src/main/webapp/static/modular/system/tAgent/tAgent_info.js
@@ -345,7 +345,4 @@
 
 $(function() {
     Feng.initValidator("tAgentInfoForm", TAgentInfoDlg.validateFields);
-    var carPhoto = new $WebUpload("fileNo");
-    carPhoto.setUploadBarId("progressBar");
-    carPhoto.init();
 });

--
Gitblit v1.7.1