From fde0d8d0de95b322b9be6f01e419287ddb400868 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期二, 21 十一月 2023 19:42:04 +0800
Subject: [PATCH] 后台bug修改

---
 cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js b/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js
index bf35e44..53fc429 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js
@@ -490,7 +490,7 @@
                     , yes: function () {
                         var index = layer.open({
                             type: 2,
-                            title:'首页设置',
+                            title:'添加用户',
                             area: ['100%', '100%'], //宽高
                             fix: false, //不固定
                             maxmin: true,
@@ -498,6 +498,8 @@
                         });
                         layer.closeAll('page');
                     },
+                    btn2:function () {
+                    }
                 });
             }else{
                 province = response.province;
@@ -530,7 +532,6 @@
                                     area: ['100%', '100%'], //宽高
                                     fix: false, //不固定
                                     maxmin: true,
-                                    // todo 写用户管理路径
                                     content: Feng.ctxPath + '/appUser/addStudent/'+appUserId
                                 });
                                 layer.closeAll('page');

--
Gitblit v1.7.1