Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 950480d

Browse files
gengjiawengengjiawen
gengjiawen
authored andcommittedSep 30, 2018
add missing default property for component data
1 parent 07f9d61 commit 950480d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎page/component/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,17 @@ Page({
3636
}, {
3737
id: 'map',
3838
name: '地图',
39+
open: false,
3940
pages: ['map']
4041
}, {
4142
id: 'canvas',
4243
name: '画布',
44+
open: false,
4345
pages: ['canvas']
4446
}, {
4547
id: 'open',
4648
name: '开放能力',
49+
open: false,
4750
pages: ['ad', 'open-data', 'web-view']
4851
}
4952
]

0 commit comments

Comments
 (0)
Please sign in to comment.