|
@@ -38,7 +38,6 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <!-- 查询区域Start -->
|
|
|
|
<view class="queryCriteria dis j-s a-c ">
|
|
<view class="queryCriteria dis j-s a-c ">
|
|
<view class="dis a-c j-c" style="width: 49%;" @click="statusShow=true">
|
|
<view class="dis a-c j-c" style="width: 49%;" @click="statusShow=true">
|
|
<image src="/static/image/bindBank/time.png" mode="" style="width: 18px;height: 18px;"></image>
|
|
<image src="/static/image/bindBank/time.png" mode="" style="width: 18px;height: 18px;"></image>
|
|
@@ -201,7 +200,7 @@
|
|
approvedHalding: 0,
|
|
approvedHalding: 0,
|
|
yushouIds: '',
|
|
yushouIds: '',
|
|
yushouList: [],
|
|
yushouList: [],
|
|
- active: 1,
|
|
|
|
|
|
+ active: 2,
|
|
};
|
|
};
|
|
},
|
|
},
|
|
onLoad(params) {
|
|
onLoad(params) {
|
|
@@ -334,6 +333,7 @@
|
|
},
|
|
},
|
|
//获取订单数据Start
|
|
//获取订单数据Start
|
|
async getOrdersList(pageNo, pageSize) {
|
|
async getOrdersList(pageNo, pageSize) {
|
|
|
|
+ console.log(this.active);
|
|
var data = {
|
|
var data = {
|
|
"pageNum": pageNo,
|
|
"pageNum": pageNo,
|
|
"pageSize": pageSize,
|
|
"pageSize": pageSize,
|
|
@@ -551,7 +551,9 @@
|
|
|
|
|
|
|
|
|
|
.list-view {
|
|
.list-view {
|
|
- margin-top: 215px;
|
|
|
|
|
|
+ height: 100vh;
|
|
|
|
+ overflow-y: auto;
|
|
|
|
+ padding-top: 225px;
|
|
}
|
|
}
|
|
|
|
|
|
.list-item {
|
|
.list-item {
|
|
@@ -674,13 +676,14 @@
|
|
|
|
|
|
.fixed {
|
|
.fixed {
|
|
position: fixed;
|
|
position: fixed;
|
|
- top: 56px;
|
|
|
|
|
|
+ top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
right: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
margin: auto;
|
|
z-index: 999;
|
|
z-index: 999;
|
|
- padding: 0 16px;
|
|
|
|
|
|
+ padding: 12px 16px 0 16px;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
/* 查询区域End */
|
|
/* 查询区域End */
|