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

Merge commit '2b0e5ffe'

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