|
|
@@ -56,7 +56,7 @@ function clearSearch() {
|
|
|
<view class="box-border px24rpx">
|
|
|
<scroll-view scroll-y type="custom">
|
|
|
<grid-view type="masonry" cross-axis-count="2" main-axis-gap="10" cross-axis-gap="10">
|
|
|
- <view v-for="item in videoDataList" :key="item.id" class="mt-18rpx rounded-16rpx bg-#FFF" @click="router.push({ name: 'video-rights-detail', params: { id: item.id } })">
|
|
|
+ <view v-for="item in videoDataList" :key="item?.id" class="mt-18rpx rounded-16rpx bg-#FFF" @click="router.push({ name: 'video-rights-detail', params: { id: item.id } })">
|
|
|
<view>
|
|
|
<image
|
|
|
class="h-342rpx w-342rpx rounded-16rpx"
|