yiming
2024-04-12 4bc1c36faeec2f90e5acfa836732e49fe0b245e9
packagePersonal/pages/aboutUs/index.wxml
@@ -5,13 +5,18 @@
<view class="aboutUsBox" hidden="{{hidden}}">
  <view class="titleBox">
    <view style="width: 100%; height: {{barHeight}}px; "></view>
    <view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;">
    <view class="nacigationBar" style="width: 90%; height: {{navBarHeight}}px;">
      <view>
        <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" />
      </view>
      <view class="titleTextBox">
      <view wx:if="{{types == 'jsek_aboutUs'}}" class="navbar-title">关于我们</view>
      <view wx:else class="navbar-title">联系我们</view>
    </view>
    </view>
  </view>