mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:33:27 +08:00
【修复】修复【注册用户管理】弹出修改积分,修改推荐人标题描述错误的问题。
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user