10.17下班提交

This commit is contained in:
zoujiandong
2025-10-17 17:54:03 +08:00
parent ea320f4e54
commit 4816054b96
11 changed files with 44 additions and 20 deletions
+2 -2
View File
@@ -94,7 +94,7 @@
class="notice-swiper"
:vertical="true"
:autoplay="true"
:interval="3000"
:interval="5000"
:duration="1000"
:circular="true"
@change="onNoticeChange"
@@ -488,7 +488,7 @@ const getStartpage = () => {
if (adData.value.url) {
// 有跳转链接,跳转到指定页面
uni.navigateTo({
url: '/pages/webview/webview?url=' + adData.value.url
url: '/pages_app/webview/webview?url=' + encodeURIComponent(adData.value.url)+'&title=肝胆相照'
});
} else {
// 没有跳转链接,直接跳转到首页