Commit 3c27ab27 by 程默

minilogin 传入分销员id

parent a1eff295
......@@ -103,7 +103,11 @@ export default {
success: res => {
if (res.code) {
login
.miniLogin({ code: res.code })
.miniLogin({ code: res.code,
spokesmanRelId : this.$store.state.spokesmanRelId,
spokesmanGroupId : this.$store.state.spokesmanGroupId,
spokesmanShopId : this.$store.state.spokesmanShopId
})
.then(res => {
if (res.data.code == 200) {
resolve(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