File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 528528 "skyline" : {
529529 "defaultDisplayBlock" : true ,
530530 "defaultContentBox" : true ,
531+ "tagNameStyleIsolation" : " legacy" ,
531532 "disableABTest" : true ,
532533 "sdkVersionBegin" : " 3.0.0" ,
533534 "sdkVersionEnd" : " 15.255.255"
Original file line number Diff line number Diff line change @@ -60,12 +60,11 @@ Component({
6060 const rect = wx . getMenuButtonBoundingClientRect
6161 ? wx . getMenuButtonBoundingClientRect ( )
6262 : null
63- const isSkyline = this . renderer === 'skyline'
6463 this . setData ( {
6564 ios : ! ! ( app . system . toLowerCase ( ) . search ( 'ios' ) + 1 ) ,
6665 theme : app . theme || 'light' ,
6766 statusBarHeight : app . statusBarHeight ,
68- navBarHeight : rect . bottom - rect . top + 10 + ( isSkyline ? 0 : app . statusBarHeight ) ,
67+ navBarHeight : rect . bottom - rect . top + 10 + app . statusBarHeight ,
6968 innerWidth : isSupport ? `width:${ rect . left } px` : '' ,
7069 innerPaddingRight : isSupport
7170 ? `padding-right:${ app . windowWidth - rect . left } px`
You can’t perform that action at this time.
0 commit comments