From 8bedebea4d8dfc07ed7bf0b6cf53c68c2411b86a Mon Sep 17 00:00:00 2001 From: chenkainan Date: Tue, 1 Apr 2025 17:49:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/CommonFunction.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/js/CommonFunction.js b/static/js/CommonFunction.js index 329f8d2..289c5b2 100644 --- a/static/js/CommonFunction.js +++ b/static/js/CommonFunction.js @@ -395,5 +395,9 @@ Vue.prototype.gotoWebUrl = item => { uni.navigateTo({ url: '/subPackages/webPage/webPage?url=' + encodeURIComponent(item.url) }); + }else { + uni.navigateTo({ + url:'/subPackages/eventCalendar/detail?id='+item.id + }) } } \ No newline at end of file