|
@@ -6,7 +6,6 @@ import OpenApp from '@/components/OpenApp/index.vue'
|
|
|
import { registerWxopenButton } from '@/utils/utils'
|
|
|
import { getTrialAudioLXXRequest, getTrialAudioPTRequest } from '@/api/sectionAudition'
|
|
|
import dayjs from 'dayjs'
|
|
|
-import { AxiosResponse } from 'axios'
|
|
|
|
|
|
const logo = require('../assets/logo.png')
|
|
|
const pause = require('../assets/pause.png')
|
|
@@ -380,7 +379,7 @@ onMounted(async () => {
|
|
|
<h4>逻辑狗APP</h4>
|
|
|
<div>少儿思维教育,就选逻辑狗</div>
|
|
|
</div>
|
|
|
- <div class="sa-open-btn">
|
|
|
+ <div class="sa-open-btn" @click="playAudio">
|
|
|
<OpenApp :extinfo="extinfo">
|
|
|
<div
|
|
|
style="
|