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

Merge commit '2b0e5ffe'

parents 69ac4ce1 2b0e5ffe
...@@ -266,6 +266,17 @@ ...@@ -266,6 +266,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,
...@@ -275,6 +286,7 @@ ...@@ -275,6 +286,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