refund 8.6

This commit is contained in:
2020-08-06 10:48:21 +08:00
parent 720af35b11
commit 2cb8f90281
9 changed files with 150 additions and 48 deletions

View File

@@ -17,9 +17,10 @@
<text class="num">00</text>
</view>
</view>
<view class="next" @click="viewMore">
查看更多>
</view>
<view class="next" @click="viewMore">
<text>查看更多</text>
<u-icon name="arrow-right" color="#999" size="18"></u-icon>
</view>
</view>
<view class="list">
<sitem v-for="(item, index) in list.slice(0, 3)" :key="index" :item="item"></sitem>
@@ -76,8 +77,10 @@ export default {
}
}
.next{
font-size: 18rpx;
color: #999;
font-size: 18rpx;
display: flex;
align-items: center;
color: #999;
}
}
.list{