Commit 37091f2a authored by 黄奎's avatar 黄奎

页面修改

parent 8aef7380
...@@ -1035,7 +1035,10 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -1035,7 +1035,10 @@ namespace Mall.WebApi.Controllers.MallBase
if (userId != userInfo.UserId) if (userId != userInfo.UserId)
{ {
oldBaseInfo.WechatNo = ""; if (oldBaseInfo != null && oldBaseInfo.Id > 0)
{
oldBaseInfo.WechatNo = "";
}
oldUserInfo.Moblie = ""; oldUserInfo.Moblie = "";
if (oldList != null && oldList.Any() && oldOtherList != null && oldOtherList.Any()) if (oldList != null && oldList.Any() && oldOtherList != null && oldOtherList.Any())
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment