Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
向伟
educationStu
Commits
a2eba94a
Commit
a2eba94a
authored
Aug 27, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
95390366
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examPaper.vue
src/pages/exam/examPaper.vue
+2
-1
examPaperList.vue
src/pages/exam/examPaperList.vue
+0
-1
No files found.
src/pages/exam/examPaper.vue
View file @
a2eba94a
...
...
@@ -96,11 +96,12 @@ export default {
Sort
,
},
setup
(
props
,
context
)
{
let
Gid
=
uni
.
getStorageSync
(
"userInfo"
).
Id
;
let
{
refs
}
=
getCurrentInstance
();
let
data
=
reactive
({
time
:
2
*
60
*
60
*
1000
,
statusBarHeight
:
0
,
msg
:
{
PaperId
:
30
,
Id
:
11
},
msg
:
{
GuestId
:
Gid
,
PaperId
:
6
,
Id
:
3
},
peaperDetail
:
{},
});
let
methods
=
{
...
...
src/pages/exam/examPaperList.vue
View file @
a2eba94a
...
...
@@ -76,7 +76,6 @@ export default {
},
setup
()
{
let
Gid
=
uni
.
getStorageSync
(
"userInfo"
).
Id
;
console
.
log
(
77
,
Gid
);
let
data
=
reactive
({
pageState
:
"more"
,
examList
:
[
...
...
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