Commit 77ce563e authored by 罗超's avatar 罗超

1

parent faa8d5a7
...@@ -252,7 +252,9 @@ export default { ...@@ -252,7 +252,9 @@ export default {
: 0; //是否开启相亲模式 : 0; //是否开启相亲模式
if (IsOpenMiAi == 0) { if (IsOpenMiAi == 0) {
//不是相亲模式的时候去更新头像和昵称 //不是相亲模式的时候去更新头像和昵称
// #ifdef MP-WEIXIN
that.updateuserinfo(that.msg); //更新用户头像 that.updateuserinfo(that.msg); //更新用户头像
// #endif
} }
} }
} }
...@@ -397,7 +399,7 @@ export default { ...@@ -397,7 +399,7 @@ export default {
//不是相亲模式的时候去更新头像和昵称 //不是相亲模式的时候去更新头像和昵称
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
that.updateuserinfo(that.msg); //更新用户头像 that.updateuserinfo(that.msg); //更新用户头像
// #enfif // #endif
} }
} }
} }
......
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