mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 05:19:49 +08:00
【修复】修复【注册用户管理】弹出修改积分,修改推荐人标题描述错误的问题。
This commit is contained in:
@@ -464,7 +464,7 @@
|
|||||||
if (e.code === 0) {
|
if (e.code === 0) {
|
||||||
admin.popup({
|
admin.popup({
|
||||||
shadeClose: false,
|
shadeClose: false,
|
||||||
title: '修改余额',
|
title: '修改积分',
|
||||||
area: ['500px', '300px'],
|
area: ['500px', '300px'],
|
||||||
id: 'LAY-popup-CoreCmsUser-EditPoint',
|
id: 'LAY-popup-CoreCmsUser-EditPoint',
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
@@ -499,13 +499,13 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
//执行编辑积分
|
//执行修改推荐人
|
||||||
function doEditParentId(obj) {
|
function doEditParentId(obj) {
|
||||||
coreHelper.Post("Api/CoreCmsUser/GetEditParentId", { id: obj.data.id }, function (e) {
|
coreHelper.Post("Api/CoreCmsUser/GetEditParentId", { id: obj.data.id }, function (e) {
|
||||||
if (e.code === 0) {
|
if (e.code === 0) {
|
||||||
admin.popup({
|
admin.popup({
|
||||||
shadeClose: false,
|
shadeClose: false,
|
||||||
title: '修改余额',
|
title: '修改推荐人',
|
||||||
area: ['500px', '300px'],
|
area: ['500px', '300px'],
|
||||||
id: 'LAY-popup-CoreCmsUser-EditParentId',
|
id: 'LAY-popup-CoreCmsUser-EditParentId',
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
|
|||||||
Reference in New Issue
Block a user