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

修改流程

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