更新
This commit is contained in:
parent
db44d85747
commit
a83890881e
@ -26,4 +26,6 @@ export { ItemCompPast } from './src/main/ets/components/ItemCompPastk'
|
||||
|
||||
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 { BusinessError } from '@kit.BasicServicesKit';
|
||||
import inputMethod from '@ohos.inputMethod';
|
||||
import { ItemCompPast } from 'home'
|
||||
import { ItemCompPast,videoTools } from 'home'
|
||||
|
||||
@Entry
|
||||
@Component
|
||||
@ -198,6 +198,9 @@ struct VideoSearchPage {
|
||||
ListItem() {
|
||||
VideoSearchComp({ model: item })
|
||||
}
|
||||
.onClick(()=>{
|
||||
videoTools.getVideoDetail(item.uuid)
|
||||
})
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user