|
@@ -2,7 +2,7 @@
|
|
|
<!-- 弹窗 -->
|
|
<!-- 弹窗 -->
|
|
|
<van-popup show="{{show}}" position="right" z-index="9999999" custom-style="overflow-x:hidden;width: 75%;z-index:9999999;height:100%;" bind:close="onClose">
|
|
<van-popup show="{{show}}" position="right" z-index="9999999" custom-style="overflow-x:hidden;width: 75%;z-index:9999999;height:100%;" bind:close="onClose">
|
|
|
|
|
|
|
|
- <van-sticky scroll-top="0">
|
|
|
|
|
|
|
+ <van-sticky scroll-top="0" offset-top="{{ navBarHeight }}">
|
|
|
<view wx:if="{{Top_Height_Flag}}" style="height: 21vw;background: #fff;"></view>
|
|
<view wx:if="{{Top_Height_Flag}}" style="height: 21vw;background: #fff;"></view>
|
|
|
<van-search custom-class="search-class" shape="round" model:value="{{ conditions[typeName] }}" input-class="background:#c8c8c8;" placeholder="搜索" bind:change="onChange_input" bind:blur="blur_input" />
|
|
<van-search custom-class="search-class" shape="round" model:value="{{ conditions[typeName] }}" input-class="background:#c8c8c8;" placeholder="搜索" bind:change="onChange_input" bind:blur="blur_input" />
|
|
|
<view class="choose_label" >
|
|
<view class="choose_label" >
|
|
@@ -10,7 +10,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</van-sticky>
|
|
</van-sticky>
|
|
|
|
|
|
|
|
- <view class="root" style="height:calc(100% - 120rpx)">
|
|
|
|
|
|
|
+ <view class="root" style="height:calc(100% - 120rpx - 88px);margin-top: {{navBarHeight}}px;">
|
|
|
<view class="scroll_search" style="overflow-x:hidden;">
|
|
<view class="scroll_search" style="overflow-x:hidden;">
|
|
|
<scroll-view class="scroll_position" scroll-x="{{false}}" scroll-y enable-back-to-top>
|
|
<scroll-view class="scroll_position" scroll-x="{{false}}" scroll-y enable-back-to-top>
|
|
|
<view wx:if="{{Top_Height_Flag}}" style="height: 21vw;background: #fff;"></view>
|
|
<view wx:if="{{Top_Height_Flag}}" style="height: 21vw;background: #fff;"></view>
|