Commit 17da5188 by 梁建民

js

parent 1bbe3caa
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</a> </a>
<span class="t1">猎芯网</span> <span class="t1">猎芯网</span>
</div> </div>
<van-swipe :autoplay="3000" :height="bannerHeight"> <van-swipe :autoplay="3000" :height="bannerHeight" v-if="getfileuploadbanner.data">
<van-swipe-item v-for="(item, index) in getfileuploadbanner.data" :key="index"> <van-swipe-item v-for="(item, index) in getfileuploadbanner.data" :key="index">
<a :href="item.url" :target="item.window_open > 0 ?'_blank':'_self'"> <a :href="item.url" :target="item.window_open > 0 ?'_blank':'_self'">
<img :src="item.images" height="100%" width="100%"/> <img :src="item.images" height="100%" width="100%"/>
...@@ -87,13 +87,13 @@ ...@@ -87,13 +87,13 @@
}, },
toUrl() { toUrl() {
Toast({ Toast({
message: "请登录后下载,跳转", message: "请登录后下载",
duration: 2000 duration: 2000
}); });
setTimeout(() => { setTimeout(() => {
window.location.href = '/v3/login' window.location.href = '/v3/login?from=download'
},2000) }, 2000)
}, },
scrollFns() { scrollFns() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment