Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
17da5188
authored
Sep 20, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
1bbe3caa
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/download/Index.vue
view/14.js
src/views/download/Index.vue
View file @
17da5188
...
...
@@ -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
()
{
...
...
view/14.js
View file @
17da5188
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment