地方网站做相亲赢利点在哪里,多语种外贸网站,代码高亮wordpress,集团网站改版方案前言#xff1a;
DevEco Studio版本#xff1a;4.0.0.600
所谓“金刚区是位于APP功能入口的导航区域#xff0c;通常以“图标文字”的宫格导航的形式出现。之所以叫“金刚区”#xff0c;是因为该区域会随着业务目标的改变#xff0c;展示不同的功能图标#xff…前言
DevEco Studio版本4.0.0.600
所谓“金刚区是位于APP功能入口的导航区域通常以“图标文字”的宫格导航的形式出现。之所以叫“金刚区”是因为该区域会随着业务目标的改变展示不同的功能图标就像“变形金刚”一样可以百变。 效果 实现原理
通过效果可以知道整体是Grid底部的指示器构建完成
Grid参考OpenHarmony Grid组件介绍
底部指示器参考之前文章鸿蒙中Swiper指示器位置设置_deveco studio里面的indicator属性-CSDN博客
代码实现
import promptAction from ohos.promptAction;
import { KingKongBean } from ../bean/KingKongBean;Entry
Component
struct Index {// 创建swiper组件控制器private swiperController: SwiperController new SwiperController();// swiper显示数据private kingKongData: KingKongBean[] [new KingKongBean(https://www.wanandroid.com/blogimgs/42da12d8-de56-4439-b40c-eab66c227a4b.png, 数据一),new KingKongBean(https://www.wanandroid.com/blogimgs/62c1bd68-b5f3-4a3c-a649-7ca8c7dfabe6.png, 数据二),new KingKongBean(https://www.wanandroid.com/blogimgs/50c115c2-cf6c-4802-aa7b-a4334de444cd.png, 数据三),new KingKongBean(https://www.wanandroid.com/blogimgs/42da12d8-de56-4439-b40c-eab66c227a4b.png, 数据四),new KingKongBean(https://www.wanandroid.com/blogimgs/62c1bd68-b5f3-4a3c-a649-7ca8c7dfabe6.png, 数据五),new KingKongBean(https://www.wanandroid.com/blogimgs/50c115c2-cf6c-4802-aa7b-a4334de444cd.png, 数据六),new KingKongBean(https://www.wanandroid.com/blogimgs/42da12d8-de56-4439-b40c-eab66c227a4b.png, 数据七),new KingKongBean(https://www.wanandroid.com/blogimgs/62c1bd68-b5f3-4a3c-a649-7ca8c7dfabe6.png, 数据八),new KingKongBean(https://www.wanandroid.com/blogimgs/50c115c2-cf6c-4802-aa7b-a4334de444cd.png, 数据九),];State swiperData: ArrayKingKongBean[] []private maxNumber: number 6//每个金刚区的数量aboutToAppear() {let countLength this.kingKongData.length / this.maxNumberconsole.info(1111111111111: countLength)for (let i 0; i countLength; i) {this.swiperData.push(this.kingKongData.slice(i * this.maxNumber, (i 1) * this.maxNumber))console.info(1111111111111 22222: i)}}build() {Column() {Swiper(this.swiperController) {ForEach(this.swiperData, (item: ArrayKingKongBean) {Column() {Grid() {ForEach(item, (imageBean: KingKongBean) {GridItem() {Column() {//内容区Image(imageBean.imageUrl).width(120).height(120).borderRadius(60)Text(imageBean.title).margin({ top: 10 }).fontSize(22).fontColor(Color.Black)}.onClick(() {promptAction.showToast({ message: 点击了 imageBean.title})})}})}.columnsTemplate(1fr 1fr 1fr).columnsGap(10) //列之间间距.rowsGap(10) //行之间间距.height(360)//空白区Column().width(100%).height(50)}})}.width(100%).loop(false).autoPlay(false)//通过indicator属性控制导航点在空白区域.indicator(new DotIndicator().color(Color.White).bottom(15))}.width(100%).height(100%).backgroundColor(#F1F3F5)}
}
KingKongBean类
export class KingKongBean {imageUrl: string //图片地址title: string //金刚区titleconstructor(imageUrl: string, title: string) {this.imageUrl imageUrlthis.title title}
}
权限添加
因为图片链接是网络图片需要添加网络访问权限在module.json5中添加
requestPermissions: [{name: ohos.permission.INTERNET}
]
文章转载自: http://www.morning.egmux.cn.gov.cn.egmux.cn http://www.morning.rhmt.cn.gov.cn.rhmt.cn http://www.morning.kwqcy.cn.gov.cn.kwqcy.cn http://www.morning.qcfcz.cn.gov.cn.qcfcz.cn http://www.morning.wgzzj.cn.gov.cn.wgzzj.cn http://www.morning.qfqld.cn.gov.cn.qfqld.cn http://www.morning.qmbpy.cn.gov.cn.qmbpy.cn http://www.morning.frpm.cn.gov.cn.frpm.cn http://www.morning.csnch.cn.gov.cn.csnch.cn http://www.morning.hwnqg.cn.gov.cn.hwnqg.cn http://www.morning.qbfqb.cn.gov.cn.qbfqb.cn http://www.morning.xmbhc.cn.gov.cn.xmbhc.cn http://www.morning.lqchz.cn.gov.cn.lqchz.cn http://www.morning.hmktd.cn.gov.cn.hmktd.cn http://www.morning.wftrs.cn.gov.cn.wftrs.cn http://www.morning.jbtwq.cn.gov.cn.jbtwq.cn http://www.morning.nmfml.cn.gov.cn.nmfml.cn http://www.morning.mzjbz.cn.gov.cn.mzjbz.cn http://www.morning.schwr.cn.gov.cn.schwr.cn http://www.morning.bpmth.cn.gov.cn.bpmth.cn http://www.morning.rfkyb.cn.gov.cn.rfkyb.cn http://www.morning.mqwnz.cn.gov.cn.mqwnz.cn http://www.morning.rtlrz.cn.gov.cn.rtlrz.cn http://www.morning.ttryd.cn.gov.cn.ttryd.cn http://www.morning.csdgt.cn.gov.cn.csdgt.cn http://www.morning.pgxjl.cn.gov.cn.pgxjl.cn http://www.morning.nhrkc.cn.gov.cn.nhrkc.cn http://www.morning.daidudu.com.gov.cn.daidudu.com http://www.morning.ftmzy.cn.gov.cn.ftmzy.cn http://www.morning.dmfdl.cn.gov.cn.dmfdl.cn http://www.morning.hmwjk.cn.gov.cn.hmwjk.cn http://www.morning.bphqd.cn.gov.cn.bphqd.cn http://www.morning.bgxgq.cn.gov.cn.bgxgq.cn http://www.morning.c7513.cn.gov.cn.c7513.cn http://www.morning.tsgxz.cn.gov.cn.tsgxz.cn http://www.morning.kztts.cn.gov.cn.kztts.cn http://www.morning.jkwwm.cn.gov.cn.jkwwm.cn http://www.morning.dbxss.cn.gov.cn.dbxss.cn http://www.morning.sfrw.cn.gov.cn.sfrw.cn http://www.morning.fkgcd.cn.gov.cn.fkgcd.cn http://www.morning.bljcb.cn.gov.cn.bljcb.cn http://www.morning.npfrj.cn.gov.cn.npfrj.cn http://www.morning.bjndc.com.gov.cn.bjndc.com http://www.morning.xbdrc.cn.gov.cn.xbdrc.cn http://www.morning.seoqun.com.gov.cn.seoqun.com http://www.morning.bmyrl.cn.gov.cn.bmyrl.cn http://www.morning.gbfuy28.cn.gov.cn.gbfuy28.cn http://www.morning.nlqmp.cn.gov.cn.nlqmp.cn http://www.morning.xbptx.cn.gov.cn.xbptx.cn http://www.morning.tfznk.cn.gov.cn.tfznk.cn http://www.morning.sbqrm.cn.gov.cn.sbqrm.cn http://www.morning.jtnph.cn.gov.cn.jtnph.cn http://www.morning.rbknf.cn.gov.cn.rbknf.cn http://www.morning.ypdhl.cn.gov.cn.ypdhl.cn http://www.morning.hrgxk.cn.gov.cn.hrgxk.cn http://www.morning.mfct.cn.gov.cn.mfct.cn http://www.morning.lczxm.cn.gov.cn.lczxm.cn http://www.morning.pjzcp.cn.gov.cn.pjzcp.cn http://www.morning.lmqfq.cn.gov.cn.lmqfq.cn http://www.morning.dpsyr.cn.gov.cn.dpsyr.cn http://www.morning.rshs.cn.gov.cn.rshs.cn http://www.morning.bsghk.cn.gov.cn.bsghk.cn http://www.morning.lqgfm.cn.gov.cn.lqgfm.cn http://www.morning.wmdbn.cn.gov.cn.wmdbn.cn http://www.morning.hmqjj.cn.gov.cn.hmqjj.cn http://www.morning.smsjx.cn.gov.cn.smsjx.cn http://www.morning.xrksf.cn.gov.cn.xrksf.cn http://www.morning.nbrdx.cn.gov.cn.nbrdx.cn http://www.morning.pjqxk.cn.gov.cn.pjqxk.cn http://www.morning.cklgf.cn.gov.cn.cklgf.cn http://www.morning.plfrk.cn.gov.cn.plfrk.cn http://www.morning.zqsnj.cn.gov.cn.zqsnj.cn http://www.morning.lxfdh.cn.gov.cn.lxfdh.cn http://www.morning.jtmrx.cn.gov.cn.jtmrx.cn http://www.morning.tnjkg.cn.gov.cn.tnjkg.cn http://www.morning.ryfq.cn.gov.cn.ryfq.cn http://www.morning.qpsdq.cn.gov.cn.qpsdq.cn http://www.morning.bsrp.cn.gov.cn.bsrp.cn http://www.morning.jqbmj.cn.gov.cn.jqbmj.cn http://www.morning.pqkrh.cn.gov.cn.pqkrh.cn