Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea_resources_pc
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
张伯涛
tea_resources_pc
Commits
8d76214b
Commit
8d76214b
authored
Jul 25, 2024
by
刘帅阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xiugaibug
parent
528fe76e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
learnLession.js
src/api/learnLession.js
+1
-1
index.vue
src/views/courseResources/courseMall/index.vue
+1
-0
examCompany.vue
src/views/learningCenter/examCompany.vue
+2
-0
No files found.
src/api/learnLession.js
View file @
8d76214b
...
@@ -156,7 +156,7 @@ export function answerByOneClick(data) {
...
@@ -156,7 +156,7 @@ export function answerByOneClick(data) {
// 提交和查看已结束答题记录详情
// 提交和查看已结束答题记录详情
export
function
blessonSubmit
(
params
)
{
export
function
blessonSubmit
(
params
)
{
return
request
({
return
request
({
url
:
'/post/user/blesson/submit
/
'
,
url
:
'/post/user/blesson/submit'
,
method
:
'get'
,
method
:
'get'
,
params
params
})
})
...
...
src/views/courseResources/courseMall/index.vue
View file @
8d76214b
...
@@ -530,6 +530,7 @@ export default {
...
@@ -530,6 +530,7 @@ export default {
if
(
res
.
data
)
{
if
(
res
.
data
)
{
this
.
noText
=
false
this
.
noText
=
false
this
.
examData
=
res
.
data
this
.
examData
=
res
.
data
console
.
log
(
'this.examDatathis.examDatathis.examDatathis.examDatathis.examDatathis.examDatathis.examDatathis.examData'
,
this
.
examData
)
console
.
log
(
'queryAllExamQuestionDto'
,
res
)
console
.
log
(
'queryAllExamQuestionDto'
,
res
)
}
else
{
}
else
{
this
.
noText
=
true
this
.
noText
=
true
...
...
src/views/learningCenter/examCompany.vue
View file @
8d76214b
...
@@ -83,6 +83,7 @@ export default {
...
@@ -83,6 +83,7 @@ export default {
if
(
flag
)
{
if
(
flag
)
{
this
.
$message
.
warning
(
'您有题目未填写请填写完再提交'
)
this
.
$message
.
warning
(
'您有题目未填写请填写完再提交'
)
}
else
{
}
else
{
console
.
log
(
'this.businessId'
,
this
.
businessId
)
const
params
=
{
const
params
=
{
businessId
:
this
.
businessId
businessId
:
this
.
businessId
}
}
...
@@ -108,6 +109,7 @@ export default {
...
@@ -108,6 +109,7 @@ export default {
this
.
priceScore
=
res
.
data
.
priceScore
this
.
priceScore
=
res
.
data
.
priceScore
this
.
questionsId
=
res
.
data
.
questionsId
this
.
questionsId
=
res
.
data
.
questionsId
if
(
this
.
type
===
'done'
)
{
if
(
this
.
type
===
'done'
)
{
console
.
log
(
'this.businessId'
,
this
.
businessId
)
const
params
=
{
const
params
=
{
businessId
:
this
.
businessId
businessId
:
this
.
businessId
}
}
...
...
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