Commit 18858c20 by 程默

fix

parent dbcf051f
......@@ -193,6 +193,10 @@ export default {
});
},
bindUser() {
// spokesmanRelId:'',
// spokesmanGroupId:'',
// spokesmanShopId:'',
// spokesmanBindId:''
login
.bindUser({
openId: this.openid,
......@@ -204,11 +208,7 @@ export default {
country:this.userInfo.country,
province:this.userInfo.province,
city:this.userInfo.city,
otherPhone:0,
spokesmanRelId:'',
spokesmanGroupId:'',
spokesmanShopId:'',
spokesmanBindId:''
otherPhone:0
})
.then(res => {
//绑定成功
......
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