|
@@ -17,9 +17,11 @@ import TheQrCode from '/src/components/TheQrCode';
|
|
|
import { vaildUrl } from '@/utils/urlUtils';
|
|
|
import logo from '@/common/images/logo.png';
|
|
|
import studentTitle from '../images/studentTitle.png';
|
|
|
-import studentInfo from '@/views/studentList/images/strudentCore.png';
|
|
|
+import studentInfo from '@/views/studentList/images/teacherCore.png';
|
|
|
+import codewrap from '@/views/studentList/images/cordWrap.png'
|
|
|
import btnBg from '@/views/studentList/images/btnBg.png';
|
|
|
import html2canvas from 'html2canvas';
|
|
|
+
|
|
|
export default defineComponent({
|
|
|
props: {
|
|
|
activeRow: {
|
|
@@ -149,6 +151,7 @@ export default defineComponent({
|
|
|
<span>数字化乐器课堂音乐老师</span>
|
|
|
</p>
|
|
|
<div class={styles.codewrap}>
|
|
|
+ <img src={codewrap} class={styles.codewrapBg} alt="" />
|
|
|
<TheQrCode margin={0} logoSrc={logo} text={registerUrl()} size={119} />
|
|
|
</div>
|
|
|
<div class={styles.codewrapSubmit}>
|