Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
biz.qingxiao.com
Commits
ce3bd68a
Commit
ce3bd68a
authored
Feb 11, 2020
by
wangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
的撒大
parent
0bcb729a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
index.html
index.html
+1
-1
qrcodeShow.js
src/components/qrcodeShow.js
+1
-1
index.js
src/pages/coursegather/detail/index.js
+2
-0
singleDetail.js
src/pages/onlineclasses/singleclass/singleDetail.js
+2
-0
No files found.
index.html
View file @
ce3bd68a
...
...
@@ -18,5 +18,5 @@
</head>
<body>
<div
id=
"root"
></div>
<script
type=
"text/javascript"
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.
fdbac2
.js"
></script></body>
<script
type=
"text/javascript"
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.
dd7d2d
.js"
></script></body>
</html>
\ No newline at end of file
src/components/qrcodeShow.js
View file @
ce3bd68a
...
...
@@ -18,7 +18,7 @@ class qrcodeShow extends React.Component {
download
=
()
=>
{
const
{
previewQrcode
,
downloadTitle
}
=
this
.
props
;
const
url
=
previewQrcode
;
const
name
=
`
${
downloadTitle
}
主题码
`
;
const
name
=
`
${
downloadTitle
}
`
;
const
image
=
new
Image
();
image
.
setAttribute
(
'crossOrigin'
,
'anonymous'
);
image
.
onload
=
()
=>
{
...
...
src/pages/coursegather/detail/index.js
View file @
ce3bd68a
...
...
@@ -997,6 +997,8 @@ class StaticCenter extends React.Component {
closeQrcodeShow
=
{
this
.
closeCourseQrcodeShow
}
previewQrcode
=
{
previewCourseQrcode
}
title
=
"扫码预览专栏课程"
hrefType
=
{
1
}
downloadTitle
=
{
addCourseObj
.
title
}
/
>
<
ManageCourse
visible
=
{
manageCourseShow
}
...
...
src/pages/onlineclasses/singleclass/singleDetail.js
View file @
ce3bd68a
...
...
@@ -358,6 +358,8 @@ class singleDetailForm extends React.Component {
previewQrcodeShow
=
{
previewCourseQrcodeShow
}
closeQrcodeShow
=
{
this
.
closeCourseQrcodeShow
}
previewQrcode
=
{
previewCourseQrcode
}
hrefType
=
{
1
}
downloadTitle
=
{
addCourseObj
.
title
}
title
=
"扫码预览该课程"
/>
<
Modal
...
...
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