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