10.17下班提交
This commit is contained in:
@@ -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 {
|
||||
// 没有跳转链接,直接跳转到首页
|
||||
|
||||
Reference in New Issue
Block a user