Commit 31021235 authored by IvyXia123's avatar IvyXia123

音频线上bug

parent 67b4b739
<template> <template>
<div class="audio-page"> <div class="audio-page">
{{ showObj.audio[index].image }}
<div class="content" v-if="showObj.audio"> <div class="content" v-if="showObj.audio">
<audio <audio
ref="audio" ref="audio"
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
<img :src="HP.play2" alt /> <img :src="HP.play2" alt />
</i> </i>
<i :class="{headerHP:true, defaultFun:nowShow !== 3,funHP:nowShow===3}" @click="type=3"> <i :class="{headerHP:true, defaultFun:nowShow !== 3,funHP:nowShow===3}" @click="type=3">
<img :src="HP.listen1" alt />z <img :src="HP.listen1" alt />
</i>ƒ </i>
<i class="headerHP home" @click="backList"> <i class="headerHP home" @click="backList">
<img :src="HP.back" alt /> <img :src="HP.back" alt />
</i> </i>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment