|
|
@@ -1,7 +1,7 @@
|
|
|
<loading wx:if="{{loading}}"></loading>
|
|
|
<wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
|
|
|
<van-sticky scroll-top="0">
|
|
|
- <view id = "" style="height: {{(chooseFlag || (tagList && tagList.length > 0))?'190rpx': ((searchContent && searchContent.length > 0)?'200rpx':'90rpx')}}">
|
|
|
+ <view id="stickyView" style="height: {{(chooseFlag || (tagList && tagList.length > 0))?'190rpx': ((searchContent && searchContent.length > 0)?'200rpx':'90rpx')}}">
|
|
|
<!-- 查询条件 -->
|
|
|
<dk-dropdown-menu model:value="{{searchForm}}" menuList="{{searchContent}}" pullMenuList="{{pullMenuList}}" bind:search="searchData" searchTextPlaceholder="{{wxmlUtil.setSearchPlaceholder($t,placeholder)}}">
|
|
|
</dk-dropdown-menu>
|
|
|
@@ -24,7 +24,7 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 列表区 防止遮住 TODO-->
|
|
|
-<view style="{{chooseFlag?'margin-top:120rpx;':''}}">
|
|
|
+<view style="{{'margin-top:' + heightList + 'rpx'}}">
|
|
|
<dk-list wx:if="{{!simpleFlag && active == 0}}" id="list" list="{{tableData}}" title="{{title}}" flgPoint="{{false}}" titleImageFlag="{{false}}" content="{{contentList}}" footerInfo="{{footerInfo}}" chooseFlag="{{chooseFlag}}" bind:toDetail="toDetail" bind:choose="chooseData"></dk-list>
|
|
|
</view>
|
|
|
|
|
|
@@ -42,7 +42,7 @@
|
|
|
<view bind:tap="toAdd" class="btn-add-class">
|
|
|
<van-icon name="plus" color="#FFFFFF" size="60rpx" />
|
|
|
</view>
|
|
|
-</view>
|
|
|
+</view>
|
|
|
|
|
|
<dk-popup id="popup" type="basic" validFlag="{{true}}" priceTitle="" title="{{popTitle}}" value="{{dataItem}}" show="{{showPop}}" routeObjName="{{routeObjNamePop}}" contentObj="{{popContent}}" bind:commit="editItems">
|
|
|
</dk-popup>
|