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
f5240631
Commit
f5240631
authored
May 20, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
c2bb31d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
apps/exams/Lib/Action/IndexAction.class.php
+1
-1
No files found.
apps/exams/Lib/Action/IndexAction.class.php
View file @
f5240631
...
@@ -124,7 +124,6 @@ class IndexAction extends Action
...
@@ -124,7 +124,6 @@ class IndexAction extends Action
$this
->
assign
(
'exams_difficult'
,
$exams_difficult
);
$this
->
assign
(
'exams_difficult'
,
$exams_difficult
);
// 因页面上此参数使用位置较多,直接传递变量
// 因页面上此参数使用位置较多,直接传递变量
$this
->
assign
(
'level'
,
$_GET
[
'level'
]);
$this
->
assign
(
'level'
,
$_GET
[
'level'
]);
$this
->
assign
(
'review'
,
$_GET
[
'review'
]);
$this
->
assign
(
'order'
,
$order
);
$this
->
assign
(
'order'
,
$order
);
$this
->
assign
(
'module_id'
,
$module_id
);
$this
->
assign
(
'module_id'
,
$module_id
);
$this
->
assign
(
'exams_subject_id'
,
$cateId
);
$this
->
assign
(
'exams_subject_id'
,
$cateId
);
...
@@ -340,6 +339,7 @@ class IndexAction extends Action
...
@@ -340,6 +339,7 @@ class IndexAction extends Action
$this
->
assign
(
'isPractice'
,
(
$_GET
[
'joinType'
]
==
1
)
?
1
:
2
);
$this
->
assign
(
'isPractice'
,
(
$_GET
[
'joinType'
]
==
1
)
?
1
:
2
);
$this
->
assign
(
'paper_options'
,
$paper_options
);
$this
->
assign
(
'paper_options'
,
$paper_options
);
$this
->
assign
(
'tempData'
,
$tempData
);
$this
->
assign
(
'tempData'
,
$tempData
);
$this
->
assign
(
'review'
,
$_GET
[
'review'
]);
$this
->
display
();
$this
->
display
();
}
}
...
...
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