Commit 5686d9e6 authored by 郑秀明's avatar 郑秀明

Merge commit '2b0e5ffe'

parents 69ac4ce1 2b0e5ffe
...@@ -266,15 +266,27 @@ ...@@ -266,15 +266,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