Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
07128fe2ce
2 changed files with 4 additions and 6 deletions
  1. 1
      pages/moment/information/index.wxml
  2. 9
      pages/moment/theall/index.wxml

1
pages/moment/information/index.wxml

@ -1,4 +1,3 @@
<!--pages/message/index.wxml-->
<view class="bg-white" style="height: 90rpx;border-bottom: 1rpx solid #f3f3f3;position: relative;" wx:if="{{tabList.length}}"> <view class="bg-white" style="height: 90rpx;border-bottom: 1rpx solid #f3f3f3;position: relative;" wx:if="{{tabList.length}}">
<wux-tabi scroll="{{scrolled}}" tab-data="{{tabList}}" disable="{{requesting}}" tab-index="{{tabIndex}}" bind:change="onTabChange"></wux-tabi> <wux-tabi scroll="{{scrolled}}" tab-data="{{tabList}}" disable="{{requesting}}" tab-index="{{tabIndex}}" bind:change="onTabChange"></wux-tabi>
</view> </view>

9
pages/moment/theall/index.wxml

@ -1,11 +1,10 @@
<view class="bg-white" style="height:90rpx;border-bottom:2rpx solid #f3f3f3" wx:if="{{firstShow}}"> <view class="bg-white" style="height:90rpx;border-bottom:2rpx solid #f3f3f3" wx:if="{{firstShow}}">
<wux-tabi tab-data="{{tabList}}" tab-index="{{tabIndex}}" line-height="{{3}}" disable="{{requesting}}" scroll="{{false}}" bind:change="onTabChange"></wux-tabi> <wux-tabi tab-data="{{tabList}}" tab-index="{{tabIndex}}" line-height="{{3}}" disable="{{requesting}}" scroll="{{false}}" bind:change="onTabChange"></wux-tabi>
</view> </view>
<view class="bg-white" style="height:100rpx;border-bottom:2rpx solid #f3f3f3;padding: 6rpx 0rpx;" wx:if="{{firstShow}}">
<wux-tabi tab-data="{{proviceList}}" tab-index="{{pIndex}}" line-type="{{1}}" disable="{{requesting}}" scroll="{{true}}" bind:change="onProviceChange"></wux-tabi>
</view>
<scroll-view scroll-y style="height: {{ height - 190 }}rpx;" bind:scrolltolower="fetchList">
<scroll-view scroll-y style="height: {{ height - 90 }}rpx;" bind:scrolltolower="fetchList">
<view class="bg-white" style="height:100rpx;border-bottom:2rpx solid #f3f3f3;padding: 6rpx 0rpx;">
<wux-tabi tab-data="{{proviceList}}" tab-index="{{pIndex}}" line-type="{{1}}" disable="{{requesting}}" scroll="{{true}}" bind:change="onProviceChange"/>
</view>
<wux-skeleton active wx:if="{{loading}}"> <wux-skeleton active wx:if="{{loading}}">
<view class="flex item-content" style="height:{{height - 190}}rpx"> <view class="flex item-content" style="height:{{height - 190}}rpx">
<wux-skeleton-paragraph rounded rows="8" wux-class="case3-class" /> <wux-skeleton-paragraph rounded rows="8" wux-class="case3-class" />

Loading…
Cancel
Save