| | |
| | | <view class="aboutUsBox"> |
| | | <import src="index.skeleton.wxml" /> |
| | | <template is="skeleton" wx:if="{{loading}}" /> |
| | | |
| | | |
| | | <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> |
| | | |
| | | |
| | | <view class="aboutUs"> |
| | | |
| | | <view class="aboutText"> |
| | | <rich-text nodes="{{aboutText}}"></rich-text> |
| | | <view wx:if="{{types == 'jsek_aboutUs'}}" class="aboutUs"> |
| | | <view class="aboutText aboutUs"> |
| | | <rich-text nodes="{{aboutText}}" space="emsp"></rich-text> |
| | | </view> |
| | | </view> |
| | | <view wx:else class="aboutText" style="margin: 5rpx;"> |
| | | <rich-text class="richTextBox" style="width: 100%;" space="emsp" nodes="{{aboutText}}" mode="compat"></rich-text> |
| | | </view> |
| | | </view> |