add reason to listennow first row
This commit is contained in:
parent
786e2b3038
commit
70e13ce6f4
5 changed files with 35 additions and 17 deletions
|
@ -1,8 +1,8 @@
|
|||
<script type="text/x-template" id="cider-listen-now">
|
||||
<div class="content-inner">
|
||||
<h1 class="header-text">{{app.getLz('term.listenNow')}}</h1>
|
||||
<template v-for="recom in data.data">
|
||||
<listennow-child :recom="recom"></listennow-child>
|
||||
<template v-for="(recom,index) in data.data">
|
||||
<listennow-child :recom="recom" :index="index"></listennow-child>
|
||||
</template>
|
||||
</div>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue