Commit 40ce8d69 authored by caimeng's avatar caimeng

修改了需求;授信审核中回到贷超入口首页

parent ff72a206
......@@ -234,6 +234,8 @@ export default {
const { status, jumpPath } = this.result;
switch (status) {
case "APPLY_LOAN":
this.Go("uni:/pages/web/web", "tab");
break;
case "NEED_REPAYMENT":
const config = JSON.parse(uni.getStorageSync("APP-SETTING"));
const timestamp = new Date().getTime();
......
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