鴻蒙 Next:分類二級聯(lián)動

Screenshot_2024-06-15T173259.png

里面的顏色巷挥,間距可以自己調整

數據模型

export class CategoryModel {
  title:string|undefined
  list:Array<CategorySecondModel> = []
  id:string|undefined
}

export class CategorySecondModel {
  img:string|undefined
  title:string|undefined
  id:string|undefined
}

viewModel

import { CategoryModel, CategorySecondModel } from './CategoryModel'

export class CategoryViewModel {

  static getData(){
    let datas:Array<CategoryModel> = []
    for (let i=0;i< 9; i++) {

      let subList:Array<CategorySecondModel> = []
      for (let j=0; j<15; j++) {
        let subItem:CategorySecondModel = {
          title:'學習二級 ' + i + '_' + j,
          img:'https://image1.8264.com/forum/201811/26/0102079ia34ia44ne2lu5z.jpg%21t1w1500h1500x9m1',
          id:'id' + i + '_' + j
        }
        subList.push(subItem)
      }

      let tModel:CategoryModel = {
        title:'科目 ' + i,
        id:'id'+i,
        list:subList

      }
      datas.push(tModel)
    }
    return datas
  }
}

頁面

import { Constants } from '../../../common/Constants';
import { NavigationBar } from '../../../common/NavigationBar';
import { CategoryModel, CategorySecondModel } from '../model/CategoryModel';
import { CategoryViewModel } from '../model/CategoryViewModel';

@Entry
@Component
export struct CategoryPage {
  @State message: string = 'Hello World cate';
  @State categoryList: Array<CategoryModel> = []
  private scroll: Scroller = new Scroller()
  private secondScroll = new Scroller()
  @State currentCategory: number = 0

  aboutToAppear() {
    this.categoryList = CategoryViewModel.getData()
    console.log('===', JSON.stringify(this.categoryList))
  }

  @Builder
  classifyHeader(title: string) {
    Row() {
      Text(title)
        .textAlign(TextAlign.Start)
        .width('95%')
        .height('40vp')
        .fontSize(14)
        .fontWeight(FontWeight.Bold)
        .fontColor(Constants.COLOR_333333)
        .backgroundColor(Color.White)
        .padding({ left: 8, right: 8 })

    }
  }

  @Builder
  CourseItem(item: CategorySecondModel, index: number) {
    Row() {
      Image(item.img)
        .alt($r('app.media.placeholder'))
        .height('90%')
        .aspectRatio(1)
        .borderRadius(8)
      Text(item.title)
        .padding({ left: 8 })

    }
    .backgroundColor(Color.White)
    .width('95%')
    .height('100vp')
    .padding({ left: 8, right: 8 })
  }

  scrollChangeAction(start: number, flg: Boolean) {
    if (this.currentCategory !== start) {
      this.currentCategory = start;
      if (!flg) {
        this.scroll.scrollToIndex(start);
      } else {
        this.secondScroll.scrollToIndex(start);
      }
    }
  }

  build() {
    Column() {
      NavigationBar({ title: '分類' }) //自定義一個視圖即可
      Row() {
        List({ scroller: this.scroll }) {
          ForEach(this.categoryList, (item: CategoryModel, index: number) => {
            ListItem() {
              Text(item.title)
                .width('100vp')
                .height('60vp')
                .textAlign(TextAlign.Center)
                .backgroundColor(this.currentCategory === index ? Constants.COLOR_PAGE_BGC : Color.White)
                .onClick(() => {
                  this.scrollChangeAction(index, true)
                })
            }
          })
        }
        .height('100%')
        .width('30%')
        .scrollBar(BarState.Off)

        List({ scroller: this.secondScroll }) {
          ForEach(this.categoryList, (item: CategoryModel, index: number) => {
            ListItemGroup({
              header: this.classifyHeader(item.title),
              space: 0
            }) {
              ForEach(item.list, (classifyItem: CategorySecondModel) => {
                this.CourseItem(classifyItem, index)
              })
            }

          })
        }
        .sticky(StickyStyle.Header)
        .width('70%')
        .height('100%')
        .borderRadius(8)
        .onScrollIndex((start) => {
          this.scrollChangeAction(start, false)
        })

      }
      .height('92%')
      .margin({ top: 12, bottom: 12 })
      .backgroundColor(Constants.COLOR_PAGE_BGC)
    }
    .height('100%')
    .padding({ bottom: 12 })
    .backgroundColor(Constants.COLOR_PAGE_BGC)
  }
}
最后編輯于
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
  • 序言:七十年代末驻襟,一起剝皮案震驚了整個濱河市懂衩,隨后出現(xiàn)的幾起案子锅知,更是在濱河造成了極大的恐慌,老刑警劉巖寄纵,帶你破解...
    沈念sama閱讀 206,214評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件立美,死亡現(xiàn)場離奇詭異,居然都是意外死亡隘竭,警方通過查閱死者的電腦和手機塘秦,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,307評論 2 382
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來动看,“玉大人尊剔,你說我怎么就攤上這事』≡玻” “怎么了赋兵?”我有些...
    開封第一講書人閱讀 152,543評論 0 341
  • 文/不壞的土叔 我叫張陵,是天一觀的道長搔预。 經常有香客問我霹期,道長,這世上最難降的妖魔是什么拯田? 我笑而不...
    開封第一講書人閱讀 55,221評論 1 279
  • 正文 為了忘掉前任历造,我火速辦了婚禮,結果婚禮上船庇,老公的妹妹穿的比我還像新娘吭产。我一直安慰自己,他們只是感情好鸭轮,可當我...
    茶點故事閱讀 64,224評論 5 371
  • 文/花漫 我一把揭開白布臣淤。 她就那樣靜靜地躺著,像睡著了一般窃爷。 火紅的嫁衣襯著肌膚如雪邑蒋。 梳的紋絲不亂的頭發(fā)上姓蜂,一...
    開封第一講書人閱讀 49,007評論 1 284
  • 那天,我揣著相機與錄音医吊,去河邊找鬼钱慢。 笑死,一個胖子當著我的面吹牛卿堂,可吹牛的內容都是我干的束莫。 我是一名探鬼主播,決...
    沈念sama閱讀 38,313評論 3 399
  • 文/蒼蘭香墨 我猛地睜開眼草描,長吁一口氣:“原來是場噩夢啊……” “哼览绿!你這毒婦竟也來了?” 一聲冷哼從身側響起陶珠,我...
    開封第一講書人閱讀 36,956評論 0 259
  • 序言:老撾萬榮一對情侶失蹤挟裂,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后揍诽,有當地人在樹林里發(fā)現(xiàn)了一具尸體诀蓉,經...
    沈念sama閱讀 43,441評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 35,925評論 2 323
  • 正文 我和宋清朗相戀三年暑脆,在試婚紗的時候發(fā)現(xiàn)自己被綠了渠啤。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 38,018評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡添吗,死狀恐怖沥曹,靈堂內的尸體忽然破棺而出,到底是詐尸還是另有隱情碟联,我是刑警寧澤妓美,帶...
    沈念sama閱讀 33,685評論 4 322
  • 正文 年R本政府宣布,位于F島的核電站鲤孵,受9級特大地震影響壶栋,放射性物質發(fā)生泄漏。R本人自食惡果不足惜普监,卻給世界環(huán)境...
    茶點故事閱讀 39,234評論 3 307
  • 文/蒙蒙 一贵试、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧凯正,春花似錦毙玻、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,240評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至允睹,卻和暖如春运准,著一層夾襖步出監(jiān)牢的瞬間往声,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,464評論 1 261
  • 我被黑心中介騙來泰國打工戳吝, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人贯涎。 一個月前我還...
    沈念sama閱讀 45,467評論 2 352
  • 正文 我出身青樓听哭,卻偏偏與公主長得像,于是被迫代替她去往敵國和親塘雳。 傳聞我的和親對象是個殘疾皇子陆盘,可洞房花燭夜當晚...
    茶點故事閱讀 42,762評論 2 345

推薦閱讀更多精彩內容