第三次鸿蒙培训

hotcat.json

[
  {
    "img": "https://i.postimg.cc/pLZ0kNL8/pic-01.jpg",
    "title": "家常菜"
  },
  {
    "img": "https://i.postimg.cc/pLZ0kNL8/pic-01.jpg",
    "title": "汤"
  },
  {
    "img": "https://i.postimg.cc/pLZ0kNL8/pic-01.jpg",
    "title": "川菜"
  },
  {
    "img": "https://i.postimg.cc/pLZ0kNL8/pic-01.jpg",
    "title": "粤菜"
  },
  {
    "img": "https://i.postimg.cc/pLZ0kNL8/pic-01.jpg",
    "title": "早餐"
  },
  {
    "img": "https://i.postimg.cc/pLZ0kNL8/pic-01.jpg",
    "title": "火锅"
  },
  {
    "img": "https://i.postimg.cc/pLZ0kNL8/pic-01.jpg",
    "title": "素菜"
  },
  {
    "img": "https://i.postimg.cc/pLZ0kNL8/pic-01.jpg",
    "title": "粥"
  },
  {
    "img": "https://i.postimg.cc/pLZ0kNL8/pic-01.jpg",
    "title": "凉菜"
  },
  {
    "img": "https://i.postimg.cc/pLZ0kNL8/pic-01.jpg",
    "title": "烘烤"
  },
  {
    "img": "https://i.postimg.cc/pLZ0kNL8/pic-01.jpg",
    "title": "饮品"
  }
]

 hotcake

<div class="cb-hc-container">
 
    <div class="cb=hc-title">
        <text>
        热门分类
        </text>
    </div>
    <div class="cb-hc-list">
        <div class="cb-hc-item" for="{{list}}">
            <image src="{{$item.img}}"></image>
            <text>{{$item.title}}</text>
        </div>
    </div>
</div>

hotcake

.cb-hc-container {
    flex-direction: column;
}
 
.cb-hc-title {
    border-bottom-width: 0.5px;
    border-bottom-color: #eee;
    height: 44px;
}
 
text {
    font-size: 12px;
    padding-left: 10px;
}
 
.cb-hc-list {
    flex-wrap: wrap;
    margin-top: 20px;
}
 
.cb-hc-item {
    width: 33.33333%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
 
image {
    object-fit: cover;
    width: 70px;
    height: 70px;
    border-radius: 8px;
}
 
text {
    font-size: 14px;
    line-height: 30px;
}
 

swiper中代码hml

<div class="cb-swiper-container">
    <swiper>
     <image for="{{list.slice(0,5)}}" src="{{$item.img}}">
 
     </image>
    </swiper>
</div>


swiper中代码js

export default{
    props:{
        list:{
            type:Array
    }
    },
    onReady(){
    console.log(this.list)
    }
}


swiper中代码css

.cb-swiper-container {
    height: 240px;
}
 
swiper {
    width: 100%;
}
 
image {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

news中index.hml代码

 

<element name='cb-hotcake' src='./hotcake/hotcake'></element>
<element name='cb-swiper' src='./swiper/swiper.hml'></element>
<element name='cb-top' src='./top/top.hml'></element>
<element name='comp' src='../../components/tabbar/tabbar.hml'></element>
 
<div class="cb-container">
    <div class="cb-title">
    <text>
       新闻中心
    </text>
    </div>
 
    <div class="cb-body">
        <list>
            <list-item class="cb-body-item">
               <!-- <cb-hotcake></cb-hotcake>-->
                <cb-swiper list="{{list}}"></cb-swiper>
 
             <!--   <cb-hotcake></cb-hotcake>-->
            </list-item>
        </list>
    </div>
 
    <div class="cb-body">
        <list>
            <list-item class="cb-body-item">
                <cb-hotcake></cb-hotcake>
 
 
            <!--   <cb-hotcake></cb-hotcake>-->
            </list-item>
        </list>
    </div>
 
 
    <div class="cb-body">
        <list>
            <list-item class="cb-body-item">
                <cb-top list="{{list}}"></cb-top>
 
 
 
            </list-item>
        </list>
        <comp index="1"></comp>
    </div>
 
</div>


news中index.js代码

<element name='cb-hotcake' src='./hotcake/hotcake'></element>
<element name='cb-swiper' src='./swiper/swiper.hml'></element>
<element name='cb-top' src='./top/top.hml'></element>
<element name='comp' src='../../components/tabbar/tabbar.hml'></element>
 
<div class="cb-container">
    <div class="cb-title">
    <text>
       新闻中心
    </text>
    </div>
 
    <div class="cb-body">
        <list>
            <list-item class="cb-body-item">
               <!-- <cb-hotcake></cb-hotcake>-->
                <cb-swiper list="{{list}}"></cb-swiper>
 
             <!--   <cb-hotcake></cb-hotcake>-->
            </list-item>
        </list>
    </div>
 
    <div class="cb-body">
        <list>
            <list-item class="cb-body-item">
                <cb-hotcake></cb-hotcake>
 
 
            <!--   <cb-hotcake></cb-hotcake>-->
            </list-item>
        </list>
    </div>
 
 
    <div class="cb-body">
        <list>
            <list-item class="cb-body-item">
                <cb-top list="{{list}}"></cb-top>
 
 
 
            </list-item>
        </list>
        <comp index="1"></comp>
    </div>
 
</div>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值