We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f009e commit 05137a9Copy full SHA for 05137a9
pages/template/tabbar/tabbar.nvue
@@ -18,7 +18,7 @@
18
</div>
19
</refresh>
20
<cell v-for="(newsitem,index2) in tab.data" :key="newsitem.id">
21
- <media-item :options="newsitem" @close="dislike(index1,index2)" @click="goDetail(newsitem)"></media-item>
+ <media-item :options="newsitem" @close="close(index1,index2)" @click="goDetail(newsitem)"></media-item>
22
</cell>
23
<cell class="loading-more" v-if="tab.isLoading || tab.data.length > 4">
24
<text class="loading-more-text">{{tab.loadingText}}</text>
0 commit comments