Commit 2b0e5ffe authored by 王建威's avatar 王建威

修改流程

parent 4ff7b2c5
...@@ -251,6 +251,17 @@ ...@@ -251,6 +251,17 @@
property_id: this.e_info.property_id property_id: this.e_info.property_id
} }
if(this.is_auth === '1') { if(this.is_auth === '1') {
if(this.type === '1') {
uni.setStorage({
key: 'installment',
data: data,
success: () => {
uni.navigateTo({
url: '/pages/certification/certification'
});
}
});
} else {
uni.setStorage({ uni.setStorage({
key: 'installment', key: 'installment',
data: data, data: data,
...@@ -260,6 +271,7 @@ ...@@ -260,6 +271,7 @@
}); });
} }
}); });
}
} else { } else {
if(this.type === '1') { if(this.type === '1') {
uni.showToast({ uni.showToast({
......
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