index.wxml 553 B

1234567891011
  1. <!--index.wxml-->
  2. <van-icon name="arrow-left" color="#333333" size="26" class="huitui" wx:if="{{ showBack }}" style="top:{{ customCenter }}px" bind:tap="goback"/>
  3. <view class="header_wrap" style="height:{{ setBgHeight}}px;background:{{ bgColor }}" wx:if="{{ showHeader }}">
  4. <view class="bg">
  5. <view class="bg_xinxi" style="top:{{ customCenter }}px">
  6. <!-- <van-icon name="arrow-left" color="#333333" size="26" class="huitui" wx:if="{{ showBack }}" bind:tap="goback"/> -->
  7. <text class="sub_title">{{ pageTitle }}</text>
  8. </view>
  9. </view>
  10. </view>