【修复】修复【注册用户管理】弹出修改积分,修改推荐人标题描述错误的问题。

This commit is contained in:
大灰灰
2022-10-17 16:16:26 +08:00
parent bdf6ae6ae1
commit 8720b75ef9

View File

@@ -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) {