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] =?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) { // 停留