Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
481f10f4
Commit
481f10f4
authored
Oct 19, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ceb991ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
contributionUE.vue
src/pages/teacher/contribution/ue/contributionUE.vue
+9
-6
No files found.
src/pages/teacher/contribution/ue/contributionUE.vue
View file @
481f10f4
...
...
@@ -134,12 +134,15 @@
//音频
fileArray
.
forEach
(
item
=>
{
// html += '
<
p
style
=
"text-align:center"
><
iframe
frameborder
=
"0"
src
=
"' + item.fileUrl + '"
allowFullScreen
=
"true"
align
=
"center"
><
/iframe></
p
>
';
html += '
<
p
><
iframe
height
=
"auto"
width
=
"100%"
frameborder
=
"0"
allowtransparency
=
"true"
' +
'
style
=
"background-color:transparent;border-radius: 3px;overflow: hidden;z-index: 0;"
scrolling
=
"no"
' +
'
src
=
"http://localhost:8181/#/teacher/contribution/graphicType?fileName=' + item.fileName + '&url=' +
item.fileUrl + '&fileType=3' +
'"
class
=
"ans-insertaudio-module"
module
=
"_insertaudio"
>
' + '
<
/iframe></
p
>
';;
// html += '
<
p
><
iframe
height
=
"auto"
width
=
"100%"
frameborder
=
"0"
allowtransparency
=
"true"
' +
// '
style
=
"background-color:transparent;border-radius: 3px;overflow: hidden;z-index: 0;"
scrolling
=
"no"
' +
// '
src
=
"http://localhost:8181/#/teacher/contribution/graphicType?fileName=' + item.fileName + '&url=' +
// item.fileUrl + '&fileType=3' +
// '"
class
=
"ans-insertaudio-module"
module
=
"_insertaudio"
>
' + '
<
/iframe></
p
>
';
html+='
<
p
style
=
"text-align:center"
><
iframe
height
=
"62px"
width
=
"auto"
frameborder
=
"0"
allowtransparency
=
"true"
' +
'
style
=
"background-color:transparent;border-radius: 3px;overflow: hidden;z-index: 0;"
scrolling
=
"no"
' +
'
src
=
"' + this.ViewDomain + '/index.html?fileName=' + item.fileName + '&url=' + item.fileUrl +
'"
class
=
"ans-insertaudio-module"
module
=
"_insertaudio"
>
' + '
<
/iframe></
p
>
'
})
console.log(html)
if (html && html != '') {
...
...
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