index.axml 496 B

123456789
  1. <view class='navigator-index {{className}}' style='{{style}}' ref='saveChildRef0'>
  2. <view class='block' style='height: {{titleBarHeight + statusBarHeight}}px; background: {{bgColor}}'>
  3. <view class='bar' style='height: {{titleBarHeight}}px; top: {{statusBarHeight}}px; line-height: {{titleBarHeight}}px'>
  4. <view class="flex {{titleStyle}} {{showArrow?(titleStyle+'-arrow'):''}}" onTap='antmoveAction' data-antmove-tap='back'>
  5. {{title}}
  6. </view>
  7. </view>
  8. </view>
  9. </view>