Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
yuzhilin
2024-04-19 15:36:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c067ebb40f020475d85c4512da243af88c49d42b
c067ebb4
1 parent
9e6cfc48
屏蔽活动和音频组件
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
sight_harmony/commons/wdJsBridge/src/main/ets/bean/Message.ets
sight_harmony/features/wdBean/src/main/ets/bean/component/CompDTO.ets
sight_harmony/commons/wdJsBridge/src/main/ets/bean/Message.ets
View file @
c067ebb
import { Action } from './Action';
interface dataObject {
dataSource: number
operateType?: string
webViewHeight?: string
dataJson?: string
...
...
sight_harmony/features/wdBean/src/main/ets/bean/component/CompDTO.ets
View file @
c067ebb
...
...
@@ -19,7 +19,7 @@ export interface CompDTO {
name: string;
objectId: string; // 跳转页面id?
objectTitle: string; // comp标题
// objectType?: any
; // 跳转类型,枚举:
objectType?: string
; // 跳转类型,枚举:
operDataList: ContentDTO[]; // 运营数据列表【正常运营配置的强运营数据,部分推荐场景的配置(自动源兜底数据)】
// pageId?: any;
posterSize: string;
...
...
Please
register
or
login
to post a comment