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
0d5940d4
Commit
0d5940d4
authored
Mar 18, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
db4fdd81
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
17 deletions
+16
-17
listen.vue
src/components/question/listen.vue
+5
-5
readingCompre.vue
src/components/question/readingCompre.vue
+5
-5
word.vue
src/components/question/word.vue
+6
-6
examStart.vue
src/pages/exam/examStart.vue
+0
-1
No files found.
src/components/question/listen.vue
View file @
0d5940d4
...
...
@@ -149,11 +149,11 @@
watch
(()
=>
[...
props
.
paperData
],
(
val
)
=>
{
data
.
dataList
=
[...
data
.
dataList
,
...
val
];
})
watch
(()
=>
props
.
StartIndex
,(
val
)
=>
{
if
(
val
>-
1
){
data
.
current
=
val
;
}
})
//
watch(()=>props.StartIndex,(val)=>{
//
if(val>-1){
//
data.current=val;
//
}
//
})
watch
(()
=>
data
.
current
,
(
newVal
,
oldValue
)
=>
{
innerAudioContext
.
stop
();
data
.
isPlay
=
false
;
...
...
src/components/question/readingCompre.vue
View file @
0d5940d4
...
...
@@ -144,11 +144,11 @@
})
data
.
dataList
=
[...
data
.
dataList
,
...
val
];
})
watch
(()
=>
props
.
StartIndex
,(
val
)
=>
{
if
(
val
>-
1
){
data
.
current
=
val
;
}
})
//
watch(()=>props.StartIndex,(val)=>{
//
if(val>-1){
//
data.current=val;
//
}
//
})
let
methods
=
{
stopTouchMove
(){
return
true
...
...
src/components/question/word.vue
View file @
0d5940d4
<
template
>
<!-- 单选题 -->
<view>
<view
class=
"modal"
>
<view
class=
"item"
style=
"padding: 0 20px"
>
<van-nav-bar
fixed
>
<template
#
left
>
...
...
@@ -102,11 +102,11 @@
watch
(()
=>
[...
props
.
paperData
],
(
val
)
=>
{
data
.
dataList
=
[...
data
.
dataList
,
...
val
];
})
watch
(()
=>
props
.
StartIndex
,(
val
)
=>
{
if
(
val
>-
1
){
data
.
current
=
val
;
}
})
//
watch(()=>props.StartIndex,(val)=>{
//
if(val>-1){
//
data.current=val;
//
}
//
})
let
methods
=
{
goBack
()
{
uni
.
navigateBack
();
...
...
src/pages/exam/examStart.vue
View file @
0d5940d4
...
...
@@ -171,7 +171,6 @@
};
},
onLoad
(
options
)
{
console
.
log
(
options
,
'options'
);
if
(
options
&&
options
.
Type
)
{
this
.
Type
=
options
.
Type
;
}
...
...
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