|
|
|
@ -8,7 +8,7 @@ |
|
|
|
<view class="flex-direction bg-white discover-radius" v-if="item.children"> |
|
|
|
<view class="flex align-center text-center lf-p-30 solid-bottom" v-for="(i,index) of item.children" :key="index" @click="$url('/pages/notice/article?article_id='+i.id)"> |
|
|
|
<view> |
|
|
|
<image :src="i.image" mode="aspectFill" style="width: 100rpx;height: 100rpx;"></image> |
|
|
|
<image :src="i.image" mode="aspectFill" style="width: 100rpx;height: 100rpx;border-radius: 10rpx;"></image> |
|
|
|
</view> |
|
|
|
<view class="lf-line-2 lf-color-333 lf-font-28 lf-text-left lf-m-l-20" style="line-height: 44rpx;"> |
|
|
|
{{i.title}} |
|
|
|
|