Commit 18858c20 by 程默

fix

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