From 500078714411487af00161e01bd7e0b5efdc3414 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期四, 07 八月 2025 13:32:32 +0800
Subject: [PATCH] add:热门景点
---
components/title/section-title.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/components/title/section-title.vue b/components/title/section-title.vue
index d3fbf41..8e101ac 100644
--- a/components/title/section-title.vue
+++ b/components/title/section-title.vue
@@ -53,6 +53,7 @@
})
function go(url: string) {
+ console.log("url",url)
if (url) {
uni.navigateTo({
url
--
Gitblit v1.9.3