Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
f4753736
Commit
f4753736
authored
Jul 06, 2020
by
刘海龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
45c613c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
apps/home/Tpl/default/Home/exams_w3g - 副本.html
+2
-2
apps/home/Tpl/default/Home/exams_w3g.html
+9
-9
No files found.
apps/home/Tpl/default/Home/exams_w3g - 副本.html
View file @
f4753736
<incl
ude
file=
"__THEME__/public_header_w3g"
/>
<incl
ude
file=
"__THEME__/public_header_w3g"
/>
...
@@ -311,7 +311,7 @@
...
@@ -311,7 +311,7 @@
// if (item.attach) {
// if (item.attach) {
// window.location.href = item.attach;
// window.location.href = item.attach;
// }
// }
// console.log(item.attach)
// console.log(item.attach)
var
link
=
document
.
createElement
(
'a'
);
var
link
=
document
.
createElement
(
'a'
);
console
.
log
(
this
.
download
[
index
].
title
)
console
.
log
(
this
.
download
[
index
].
title
)
// 设置下载的文件名
// 设置下载的文件名
...
...
apps/home/Tpl/default/Home/exams_w3g.html
View file @
f4753736
...
@@ -264,15 +264,15 @@
...
@@ -264,15 +264,15 @@
},
},
computed
:
{
computed
:
{
//
currentItems: function() {
currentItems
:
function
()
{
//
if(this.tab == 0) {
if
(
this
.
tab
==
0
)
{
//
return this.zhenti
return
this
.
zhenti
//
} else if(this.tab == 1) {
}
else
if
(
this
.
tab
==
1
)
{
//
return this.download
return
this
.
download
//
} else {
}
else
{
//
return this.myTab == 0 ? this.myYiZuo : this.myCollect
return
this
.
myTab
==
0
?
this
.
myYiZuo
:
this
.
myCollect
//
}
}
//
},
},
selectedCondition
:
function
()
{
selectedCondition
:
function
()
{
return
this
.
condition
.
filter
(
r
=>
{
return
r
.
id
!=
''
&&
r
.
select
})
return
this
.
condition
.
filter
(
r
=>
{
return
r
.
id
!=
''
&&
r
.
select
})
},
},
...
...
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