packagePersonal/pages/aboutUs/index.wxml
@@ -1,3 +1,5 @@ <view class="aboutUsBox"> <view class="titleBox"> <view style="width: 100%; height: {{barHeight}}px; "></view> <view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;"> <view> @@ -6,10 +8,7 @@ <view wx:if="{{types == 'jsek_aboutUs'}}" class="navbar-title">关于我们</view> <view wx:else class="navbar-title">联系我们</view> </view> </view> <view class="aboutUs"> @@ -18,3 +17,4 @@ <rich-text nodes="{{aboutText}}"></rich-text> </view> </view> </view>