Commit d4d9d904 authored by 黄媛媛's avatar 黄媛媛

update

parent 1b8210fb
......@@ -129,10 +129,9 @@
this.apipost("scm_post_UpdateHeadImgService", this.imgMsg, response => {
//修改添加接口
if (response.data.resultCode == 1) {
this.scmAccount.HeadImg=this.imgMsg.HeadImg;
this.Success(response.data.message);
let user = response.data.data;
var userJson = JSON.stringify(user);
var userJson = JSON.stringify(this.scmAccount);
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