Browse Source

1、订单列表scrollView高度调整

2、选取框遮罩点击关闭逻辑优化
master
chenxuhui 7 years ago
parent
commit
b4400447ad
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      pages/order/newBill/newBill.wxml
  2. +1
    -1
      pages/order/order.wxml

+ 1
- 1
pages/order/newBill/newBill.wxml View File

@ -176,7 +176,7 @@
</swiper-item> </swiper-item>
</swiper> </swiper>
<view class="drawer_screen" catchtap="powerDrawer" data-statu="open" wx:if="{{showModalStatus}}"></view>
<view class="drawer_screen" catchtap="dialogClose" wx:if="{{showModalStatus}}"></view>
<view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}"> <view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}">
<view class='top'> <view class='top'>
<input class="sousuo" bindinput="select" placeholder='请输入搜索'> <input class="sousuo" bindinput="select" placeholder='请输入搜索'>


+ 1
- 1
pages/order/order.wxml View File

@ -9,7 +9,7 @@
<!-- 未审核 --> <!-- 未审核 -->
<swiper-item class="swiper-items1"> <swiper-item class="swiper-items1">
<scroll-view scroll-y="true" class='scroll-views' style='height:{{winHeight -43}}px' bindscrolltolower="unCheckedScrollLower">
<scroll-view scroll-y="true" class='scroll-views' style='height:{{winHeight -95}}px' bindscrolltolower="unCheckedScrollLower">
<view class="custmer_list_view_main" wx:for="{{unCheckDataArr}}" wx:key="item"> <view class="custmer_list_view_main" wx:for="{{unCheckDataArr}}" wx:key="item">
<view class='custmer_list_view' catchtap='itemclick' bindlongpress="longPressDelete" data-orderid='{{item.orderID}}'> <view class='custmer_list_view' catchtap='itemclick' bindlongpress="longPressDelete" data-orderid='{{item.orderID}}'>
<view class='phone_h'> <view class='phone_h'>


Loading…
Cancel
Save