Commit 141dbb79 authored by zhengke's avatar zhengke

修改

parent 0f438b40
...@@ -143,12 +143,13 @@ export default { ...@@ -143,12 +143,13 @@ export default {
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
if(res.data.data !=null){ if(res.data.data !=null){
let data = res.data.data let data = res.data.data;
this.msg.ID = data.ID; this.msg.ID = data.ID;
this.msg.DomainName = data.DomainName; this.msg.DomainName = data.DomainName;
this.msg.Account = data.Account; this.msg.Account = data.Account;
this.msg.Type = data.Type; this.msg.Type = data.Type;
this.msg.MallUserId = data.MallUserId; this.msg.MallUserId = data.MallUserId;
this.msg.IsSendIMMsg = data.IsSendIMMsg;
} }
} else { } else {
this.Info(res.data.message); this.Info(res.data.message);
......
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