From 8720b75ef9b17cf1c77a0afc22c4670c264e7a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Mon, 17 Oct 2022 16:16:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E3=80=90=E6=B3=A8=E5=86=8C=E7=94=A8=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E3=80=91=E5=BC=B9=E5=87=BA=E4=BF=AE=E6=94=B9=E7=A7=AF?= =?UTF-8?q?=E5=88=86=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=8E=A8=E8=8D=90=E4=BA=BA?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/views/user/userInfo/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/index.html index 960bbe23..a1de4ae1 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/index.html @@ -464,7 +464,7 @@ if (e.code === 0) { admin.popup({ shadeClose: false, - title: '修改余额', + title: '修改积分', area: ['500px', '300px'], id: 'LAY-popup-CoreCmsUser-EditPoint', success: function (layero, index) { @@ -499,13 +499,13 @@ }); } - //执行编辑积分 + //执行修改推荐人 function doEditParentId(obj) { coreHelper.Post("Api/CoreCmsUser/GetEditParentId", { id: obj.data.id }, function (e) { if (e.code === 0) { admin.popup({ shadeClose: false, - title: '修改余额', + title: '修改推荐人', area: ['500px', '300px'], id: 'LAY-popup-CoreCmsUser-EditParentId', success: function (layero, index) {