From f0553e0f1493e24a469077a524c234480ec83255 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 21 Mar 2023 14:05:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BC=95=E5=AF=BC=E9=A1=B53=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppHome/openPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/fengdu/AppHome/openPage.vue b/src/project/fengdu/AppHome/openPage.vue index ccac1bf..8a0b818 100644 --- a/src/project/fengdu/AppHome/openPage.vue +++ b/src/project/fengdu/AppHome/openPage.vue @@ -29,7 +29,7 @@ export default { uni.switchTab({ url: '/pages/AppHome/AppHome' }) - }, 6000) + }, 3000) } } }) From aa8db2b2eab85dd9871eec38a5f8a0f6b682e03c Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 21 Mar 2023 14:20:52 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=A1=AE=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/utils/modules.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/utils/modules.js b/src/components/utils/modules.js index 569e387..2275b7f 100644 --- a/src/components/utils/modules.js +++ b/src/components/utils/modules.js @@ -106,6 +106,7 @@ export const user = { confirmText: '去认证', success: (res)=> { if (res.confirm) { + console.log('用户点击确定'); uni.switchTab({ url: '/pages/AppMine/userInfo' }) } else if (res.cancel) { // 停留