This commit is contained in:
vapormusic 2022-09-15 23:20:04 +07:00
parent 43ed479de4
commit d1206f29b5

View file

@ -11,7 +11,7 @@
<template v-if="data.type=='rooms' && (data?.relationships?.contents?.data ?? []).length > 0"> <template v-if="data.type=='rooms' && (data?.relationships?.contents?.data ?? []).length > 0">
<div class="row"> <div class="row">
<div class="col-auto cider-flex-center" <div class="col-auto cider-flex-center"
v-if="index != 0 && data?.relationships?.contents?.data.length > 10"> v-if="data?.relationships?.contents?.data.length > 10">
<button class="cd-btn-seeall" <button class="cd-btn-seeall"
@click="app.showCollection(recom, data.attributes.name ?? '', 'listen_now')"> @click="app.showCollection(recom, data.attributes.name ?? '', 'listen_now')">
{{app.getLz('term.seeAll')}} {{app.getLz('term.seeAll')}}