|
@@ -32,6 +32,7 @@ import iconUpward from './images/upward.png';
|
|
|
import vipIcon from './images/vip_icon.png';
|
|
|
import svipIcon from './images/svip_icon.png';
|
|
|
import wxBg from './images/wx_bg.png';
|
|
|
+import tyBg from './images/ty.png';
|
|
|
import {
|
|
|
browser,
|
|
|
getAuth,
|
|
@@ -307,7 +308,7 @@ export default defineComponent({
|
|
|
shareCall(str)
|
|
|
setTimeout(() => {
|
|
|
if(Date.now() - t < 3500){
|
|
|
- window.location.href = location.origin + '/classroom-app/#/transfer'
|
|
|
+ window.location.href = location.origin + '/#/transfer'
|
|
|
}
|
|
|
}, 3000)
|
|
|
}
|
|
@@ -322,9 +323,9 @@ export default defineComponent({
|
|
|
const userAgent = navigator.userAgent || navigator.vendor;
|
|
|
const platform = navigator.platform || 'unknown';
|
|
|
if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent) || (platform === 'MacIntel')) {
|
|
|
- window.location.href = `BandInstrumentTeam://linkUrl=${iosStr}`
|
|
|
+ window.location.href = `ColexiuStudent://linkUrl=${iosStr}`
|
|
|
} else if (/(Android)/i.test(userAgent)) {
|
|
|
- window.location.href = `colexiukt://html:8888/SplashActivity?url=${iosStr}`
|
|
|
+ window.location.href = `colexiustudent://html:8888/SplashActivity?url=${iosStr}`
|
|
|
} else {
|
|
|
Toast('请用手机或移动设备打开')
|
|
|
}
|
|
@@ -647,8 +648,8 @@ export default defineComponent({
|
|
|
playsinline
|
|
|
webkit-playsinline
|
|
|
/>
|
|
|
- <img src="./img/ty.png" class={styles.tyBg} />
|
|
|
- <div class="audioBoxBg">
|
|
|
+ <img src={tyBg} class={styles.tyBg} />
|
|
|
+ <div class={styles.audioBoxBg}>
|
|
|
<div class={[styles.audioPan, plyrState.playIngShow && styles.imgRotate]}>
|
|
|
<img class={styles.audioImg} src={state.musicDetail.img || musicBg} />
|
|
|
</div>
|