Commit 1b8210fb authored by 黄媛媛's avatar 黄媛媛

解决冲突

parents 633b179f 1306a70e
......@@ -129,9 +129,10 @@
this.apipost("scm_post_UpdateHeadImgService", this.imgMsg, response => {
//修改添加接口
if (response.data.resultCode == 1) {
this.scmAccount.HeadImg=this.imgMsg.HeadImg;
this.Success(response.data.message);
var userJson = JSON.stringify(this.scmAccount);
let user = response.data.data;
var userJson = JSON.stringify(user);
localStorage.scmAccount = userJson;
this.$refs.Nav.changeImg()
} else {
......
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