topbar.wxml 336 B

12345678910
  1. <!--components/topbar.wxml-->
  2. <view class="topbar topbar-class" style="top:{{capsuleTop + 3}}px; left: 28rpx;">
  3. <view class="back" catchtap="handleBack">
  4. <text class="back-iconfont back-color-class" style="{{backStyle}}" />
  5. </view>
  6. <view class="title topbar-title-class" style="{{titleStyle}}">{{title}}</view>
  7. </view>