闫增涛
2024-03-20 1daa00227f03bc3a370dc1311b7166df17368929
pages/home/home.wxml
@@ -1,7 +1,8 @@
<view style="text-align: center; color: #b9b9b9" wx:if="{{pageLoading}}">
  <t-loading theme="circular" size="40rpx" text="加载中..." inherit-color />
</view>
<view class="background {{ isWhite ? 'white':''}}">
<view class="background {{ isWhite ? 'white':''}}" style="padding-top: {{barHeight}}px">
  <text class="text">京师E课</text>
</view>
<view class="home-page-header">
@@ -195,7 +196,7 @@
            </view>
            <view class="body-info">
              <view class="name">{{item.name}}</view>
              <view class="author">{{item.author}}</view>
              <!-- <view class="author">{{item.author}}</view> -->
            </view>
          </view>
        </view>