Commit 17da5188 by 梁建民

js

parent 1bbe3caa
......@@ -7,7 +7,7 @@
</a>
<span class="t1">猎芯网</span>
</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">
<a :href="item.url" :target="item.window_open > 0 ?'_blank':'_self'">
<img :src="item.images" height="100%" width="100%"/>
......@@ -87,13 +87,13 @@
},
toUrl() {
Toast({
message: "请登录后下载,跳转",
message: "请登录后下载",
duration: 2000
});
setTimeout(() => {
window.location.href = '/v3/login'
},2000)
window.location.href = '/v3/login?from=download'
}, 2000)
},
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