Commit 141dbb79 authored by zhengke's avatar zhengke

修改

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