更新
This commit is contained in:
parent
db44d85747
commit
a83890881e
@ -27,3 +27,5 @@ export { ItemCompPast } from './src/main/ets/components/ItemCompPastk'
|
|||||||
export { MeetingItemModel,MeetingModel,MeetingModels,ItemModel } from './src/main/ets/model/ItemModel'
|
export { MeetingItemModel,MeetingModel,MeetingModels,ItemModel } from './src/main/ets/model/ItemModel'
|
||||||
|
|
||||||
export { VideoSelected } from './src/main/ets/pages/VideoSelected'
|
export { VideoSelected } from './src/main/ets/pages/VideoSelected'
|
||||||
|
|
||||||
|
export { videoTools } from './src/main/ets/polyv/VideoUtil'
|
||||||
@ -5,7 +5,7 @@ import { VideoList,DataModel,MeetingItemModel,ItemModel,MeetingModels } from 'ho
|
|||||||
import HashMap from '@ohos.util.HashMap';
|
import HashMap from '@ohos.util.HashMap';
|
||||||
import { BusinessError } from '@kit.BasicServicesKit';
|
import { BusinessError } from '@kit.BasicServicesKit';
|
||||||
import inputMethod from '@ohos.inputMethod';
|
import inputMethod from '@ohos.inputMethod';
|
||||||
import { ItemCompPast } from 'home'
|
import { ItemCompPast,videoTools } from 'home'
|
||||||
|
|
||||||
@Entry
|
@Entry
|
||||||
@Component
|
@Component
|
||||||
@ -198,6 +198,9 @@ struct VideoSearchPage {
|
|||||||
ListItem() {
|
ListItem() {
|
||||||
VideoSearchComp({ model: item })
|
VideoSearchComp({ model: item })
|
||||||
}
|
}
|
||||||
|
.onClick(()=>{
|
||||||
|
videoTools.getVideoDetail(item.uuid)
|
||||||
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user