This commit is contained in:
Gdpao
2020-08-01 11:16:53 +08:00
parent f30c4f4922
commit 5b31193750
11 changed files with 279 additions and 125 deletions

View File

@@ -20,10 +20,10 @@
<view class="box">
<view class="list">
<view >
<videoItem v-for="item in 10"></videoItem>
<videoItem v-for="item in 10" :key="index"></videoItem>
</view>
<view style="margin-left:20rpx">
<videoItem v-for="item in 10"></videoItem>
<videoItem v-for="item in 10" :key="index"></videoItem>
</view>
</view>
</view>
@@ -35,10 +35,10 @@
<view class="box">
<view class="list">
<view >
<zhiboItem v-for="item in 10"></zhiboItem>
<zhiboItem v-for="item in 10" :key="index"></zhiboItem>
</view>
<view style="margin-left:20rpx">
<zhiboItem v-for="item in 10"></zhiboItem>
<zhiboItem v-for="item in 10" :key="index"></zhiboItem>
</view>
</view>
</view>