|
|
@ -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" /> |
|
|
|