From e8f548444bc7687898c0307fb2ce5288933d63b1 Mon Sep 17 00:00:00 2001 From: luo <17530855@qq.com> Date: Wed, 19 Apr 2023 14:06:01 +0800 Subject: [PATCH] 跳转 --- pages/user/index/index.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/pages/user/index/index.js b/pages/user/index/index.js index 2122e22..02baf12 100644 --- a/pages/user/index/index.js +++ b/pages/user/index/index.js @@ -57,6 +57,7 @@ Page({ var th = this; var url = e.currentTarget.dataset.url; if (th.data.userInfo != null) { + console.log('跳转'); getApp().goto(url); } else { wx.navigateTo({ -- libgit2 0.21.4