Commit bbb2cd89 by sunerhu

1.修改申请加盟提交申请刷新第234 步。

parent f2eb2988
......@@ -191,6 +191,7 @@
}
api.saveApplyInfo(this.applyParam).then((res) => {
if (res['success']) {
this.queryById(null, uni.getStorageSync('cffp_userId'))
uni.navigateTo({
// url:`bank-card?id=${res['data']['id']}`
url: `bank-card`
......
......@@ -165,6 +165,7 @@
}
api.saveApplyInfo(this.applyParam).then((res) => {
if (res['success']) {
this.queryById(null, uni.getStorageSync('cffp_userId'))
uni.navigateTo({
// url:`id-card?id=${res['data']['id']}`
url: `education`
......
......@@ -209,6 +209,7 @@
}
api.saveApplyInfo(this.applyParam).then((res) => {
if (res['success']) {
this.queryById(null, uni.getStorageSync('cffp_userId'))
uni.navigateTo({
// url:`id-card?id=${res['data']['id']}`
url: `id-card`
......
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