yiming
2024-03-27 feead902a64345472895b9d4d9a335574ab728ad
packagePersonal/pages/aboutUs/index.wxml
@@ -1,20 +1,24 @@
<view style="width: 100%; height: {{barHeight}}px; "></view>
<view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;">
  <view>
    <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" />
<view class="aboutUsBox">
  <view class="titleBox">
    <view style="width: 100%; height: {{barHeight}}px; "></view>
    <view class="nacigationBar" style="width: 70%; 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>
  </view>
  <view wx:if="{{types == 'jsek_aboutUs'}}" class="navbar-title">关于我们</view>
  <view wx:else class="navbar-title">联系我们</view>
</view>
  <view wx:if="{{types == 'jsek_aboutUs'}}" class="aboutUs">
    <view class="aboutText ">
      <rich-text nodes="{{aboutText}}" space="emsp"></rich-text>
    </view>
<view class="aboutUs">
  <view class="aboutText">
    <rich-text nodes="{{aboutText}}"></rich-text>
  </view>
  <view wx:else class="aboutText ">
    <rich-text style="width: 100%;" nodes="{{aboutText}}"></rich-text>
  </view>
</view>