Commit e9a09d7a by 张卓

minilogin接口将上级分销信息全部置空

parent f25fa410
...@@ -133,9 +133,9 @@ export default { ...@@ -133,9 +133,9 @@ export default {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
login login
.miniLogin({ code: this.code, .miniLogin({ code: this.code,
spokesmanRelId : this.$store.state.spokesmanRelId, spokesmanRelId : '',
spokesmanGroupId : this.$store.state.spokesmanGroupId, spokesmanGroupId : '',
spokesmanShopId : this.$store.state.spokesmanShopId spokesmanShopId : ''
}) })
.then(res => { .then(res => {
if (res.data.code == 200) { if (res.data.code == 200) {
......
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