File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed
miniprogram/page/component Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
Page ( {
2
2
onShow ( ) {
3
+ // 仅在 app-bar demo 页面展示
4
+ if ( typeof this . getAppBar === 'function' ) {
5
+ const appBarComp = this . getAppBar ( )
6
+ appBarComp . setData ( {
7
+ showAppbar : false
8
+ } )
9
+ }
10
+
3
11
wx . reportAnalytics ( 'enter_home_programmatically' , { } )
4
12
5
13
// http://tapd.oa.com/miniprogram_experiment/prong/stories/view/1020425689866413543
Original file line number Diff line number Diff line change 11
11
"condition" : {
12
12
"miniprogram" : {
13
13
"list" : [
14
+ {
15
+ "name" : " packageSkylineExamples/examples/app-bar/pages/index/index" ,
16
+ "pathName" : " packageSkylineExamples/examples/app-bar/pages/index/index" ,
17
+ "query" : " " ,
18
+ "launchMode" : " default" ,
19
+ "scene" : null
20
+ },
14
21
{
15
22
"name" : " photo-idcard-detect" ,
16
23
"pathName" : " packageAPI/pages/ar/photo-idcard-detect/photo-idcard-detect" ,
128
135
"query" : " " ,
129
136
"launchMode" : " default" ,
130
137
"scene" : null
131
- },
132
- {
133
- "name" : " " ,
134
- "pathName" : " packageSkylineExamples/examples/refresher-two-level/index/index" ,
135
- "query" : " " ,
136
- "launchMode" : " default" ,
137
- "scene" : null
138
138
}
139
139
]
140
140
}
You can’t perform that action at this time.
0 commit comments