Commit 8d7d9583 authored by youjie's avatar youjie

no message

parent f91508c6
......@@ -275,6 +275,15 @@ export default {
//不是相亲模式的时候去更新头像和昵称
that.updateuserinfo(that.msg); //更新用户头像
}
if(uni.getStorageSync('jzTravelOpenId')){
that.SetMemberBindCustomer()
}
}
}
);
},
SetMemberBindCustomer(){
let that = this;
that.request2({
url: "/api/MemberUser/SetMemberBindCustomer",
data: {
......@@ -284,6 +293,7 @@ export default {
},
(res) => {
if (res.resultCode == 1) {
uni.removeStorageSync('jzTravelOpenId');
}
},(err) => {
uni.showToast({
......@@ -292,9 +302,6 @@ export default {
});
}
);
}
}
);
},
updateuserinfo(msg) {
this.request2(
......
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