|
@@ -8,6 +8,7 @@ import TCPlayer from 'tcplayer.js'
|
|
|
import 'tcplayer.js/dist/tcplayer.css'
|
|
|
|
|
|
import iconVideoPlay from '@/common/images/icon_video_play.png'
|
|
|
+import iconReplay from '@/common/images/icon-replay.png'
|
|
|
import { browser } from '@/helpers/utils'
|
|
|
import { state } from '@/state'
|
|
|
import { listenerMessage, postMessage } from '@/helpers/native-message'
|
|
@@ -471,11 +472,12 @@ export default defineComponent({
|
|
|
class={state.platformType !== 'STUDENT' && styles.replay}
|
|
|
onClick={this.onReplay}
|
|
|
>
|
|
|
- <Icon
|
|
|
+ {/* <Icon
|
|
|
name="replay"
|
|
|
style={{ marginRight: '5px' }}
|
|
|
size={16}
|
|
|
- />
|
|
|
+ /> */}
|
|
|
+ <img class={styles.iconReplay} src={iconReplay} />
|
|
|
重播
|
|
|
</div>
|
|
|
</>
|