yiming
2024-04-16 cb15c57d0ff984f5a100cf25d560fb0a69c00984
packagePersonal/pages/aboutUs/index.wxml
@@ -5,12 +5,17 @@
<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 wx:if="{{types == 'jsek_aboutUs'}}" class="navbar-title">关于我们</view>
      <view wx:else class="navbar-title">联系我们</view>
      <view class="titleTextBox">
        <view wx:if="{{types == 'jsek_aboutUs'}}" class="navbar-title">关于我们</view>
        <view wx:else class="navbar-title">联系我们</view>
      </view>
    </view>
  </view>
@@ -21,6 +26,6 @@
    </view>
  </view>
  <view wx:else class="aboutText" style="margin: 5rpx;">
    <rich-text style="width: 100%;" space="emsp" nodes="{{aboutText}}"></rich-text>
    <rich-text class="richTextBox" style="width: 100%;" space="emsp" nodes="{{aboutText}}" mode="compat"></rich-text>
  </view>
</view>