|
@@ -4,8 +4,8 @@
|
|
|
<meta charset="UTF-8">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
- <meta name="description" content="酷乐秀APP,器乐学习的不二选择">
|
|
|
- <title>酷乐秀</title>
|
|
|
+ <meta name="description" content="管乐团APP,器乐学习的不二选择">
|
|
|
+ <title>管乐团</title>
|
|
|
<link rel="stylesheet" href="index.css">
|
|
|
<script src="../helpers/rem-fit.min.js"></script>
|
|
|
<script src="../helpers/qs.min.js"></script>
|
|
@@ -32,7 +32,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="desc">
|
|
|
- <div class="tit">我用小酷Ai智能评测获得了<span id="score"></span>分!</div>
|
|
|
+ <div class="tit">我用云练习智能评测获得了<span id="score"></span>分!</div>
|
|
|
<div class="info" id="examSongName"></div>
|
|
|
</div>
|
|
|
<div class="fraction" style="display: none;">
|
|
@@ -61,11 +61,10 @@
|
|
|
<div class="app-info">
|
|
|
<div class="app-title">管乐团云练习</div>
|
|
|
<div class="app-desc">器乐学习的<span>不二选择</span></div>
|
|
|
- <div class="app-subtitle">小酷Ai见证你的成长!</div>
|
|
|
+ <div class="app-subtitle">云练习见证你的成长!</div>
|
|
|
</div>
|
|
|
<div class="img">
|
|
|
<img id="qrcode" src="./icons/qrcode.png"/>
|
|
|
- <img class="logo" src="./icons/logo.png"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -92,9 +91,9 @@
|
|
|
}
|
|
|
|
|
|
window.addEventListener('load', function () {
|
|
|
- QRCode.toDataURL(location.origin + '/accompany/colexiu-report-share.html?id=' + (parseSearch.id || '') + '&musicId=' + (parseSearch.musicId || '') + '&client=web', { errorCorrectionLevel: 'H', width: 192 }, function (err, val) {
|
|
|
- console.log(val)
|
|
|
- document.getElementById('qrcode').setAttribute('src', val)
|
|
|
+ // QRCode.toDataURL(location.origin + '/accompany/colexiu-report-share.html?id=' + (parseSearch.id || '') + '&musicId=' + (parseSearch.musicId || '') + '&client=web', { errorCorrectionLevel: 'H', width: 192 }, function (err, val) {
|
|
|
+ // console.log(val)
|
|
|
+ // document.getElementById('qrcode').setAttribute('src', val)
|
|
|
html2canvas(document.body)
|
|
|
.then((canvas) => canvas.toDataURL())
|
|
|
.then(res => {
|
|
@@ -103,7 +102,7 @@
|
|
|
window.setPng(res)
|
|
|
}
|
|
|
})
|
|
|
- })
|
|
|
+ // })
|
|
|
})
|
|
|
</script>
|
|
|
<!-- <script src="./index.js"></script> -->
|