Commit 7d08c3bb by sunerhu

1.提交邀请加盟userId传参错误

parent 103967a5
...@@ -105,7 +105,6 @@ ...@@ -105,7 +105,6 @@
this.applyParam = { this.applyParam = {
...this.applyParam, ...this.applyParam,
operatStep:5, operatStep:5,
userId:uni.getStorageSync('cffp_userId'),
} }
api.saveApplyInfo(this.applyParam).then((res)=>{ api.saveApplyInfo(this.applyParam).then((res)=>{
if(res['success']){ if(res['success']){
......
...@@ -161,9 +161,7 @@ ...@@ -161,9 +161,7 @@
} }
this.applyParam = { this.applyParam = {
...this.applyParam, ...this.applyParam,
applyType:2,
operatStep:4, operatStep:4,
userId:uni.getStorageSync('cffp_userId'),
} }
api.saveApplyInfo(this.applyParam).then((res)=>{ api.saveApplyInfo(this.applyParam).then((res)=>{
if(res['success']){ if(res['success']){
......
...@@ -140,7 +140,6 @@ ...@@ -140,7 +140,6 @@
this.applyParam = { this.applyParam = {
...this.applyParam, ...this.applyParam,
operatStep:3, operatStep:3,
userId:uni.getStorageSync('cffp_userId'),
} }
api.saveApplyInfo(this.applyParam).then((res)=>{ api.saveApplyInfo(this.applyParam).then((res)=>{
if(res['success']){ if(res['success']){
......
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